Skip to content

Commit 623131c

Browse files
authored
Merge pull request #64 from saurabhpro/renovate/all
Update Renovate Dependency Scan
2 parents 21dffdf + 8436b9d commit 623131c

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

JavaCon/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<avaitility.version>1.7.0</avaitility.version>
2727

2828
<!-- logging -->
29-
<logback.version>1.2.6</logback.version>
29+
<logback.version>1.2.7</logback.version>
3030
<slf4j-api.version>1.7.32</slf4j-api.version>
3131

3232
<lombok.version>1.18.22</lombok.version>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.jetbrains</groupId>
4141
<artifactId>annotations</artifactId>
42-
<version>22.0.0</version>
42+
<version>23.0.0</version>
4343
</dependency>
4444

4545
<dependency>

Testing/MutationPITesting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.pitest</groupId>
3636
<artifactId>pitest-maven</artifactId>
37-
<version>1.7.2</version>
37+
<version>1.7.3</version>
3838
<!-- <configuration>-->
3939
<!-- <targetClasses>-->
4040
<!-- <param>com.saurabh.*</param>-->

Testing/PluralSight/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<dependency>
2828
<groupId>org.springframework</groupId>
2929
<artifactId>spring-beans</artifactId>
30-
<version>5.3.12</version>
30+
<version>5.3.13</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework</groupId>
3434
<artifactId>spring-context</artifactId>
35-
<version>5.3.12</version>
35+
<version>5.3.13</version>
3636
</dependency>
3737
</dependencies>
3838

Testing/TestContainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.5.6</version>
11+
<version>2.6.0</version>
1212
<relativePath/> <!-- lookup parent from repository -->
1313
</parent>
1414

Testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.mockito</groupId>
2828
<artifactId>mockito-core</artifactId>
29-
<version>4.0.0</version>
29+
<version>4.1.0</version>
3030
</dependency>
3131
</dependencies>
3232

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

Tools/aop-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.5.6</version>
8+
<version>2.6.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.saurabh</groupId>

Tools/moustache-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.5.6</version>
8+
<version>2.6.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

0 commit comments

Comments
 (0)