Skip to content

Commit aa824ee

Browse files
authored
Merge pull request #182 from saurabhpro/renovate/all
chore(deps): update renovate dependency scan
2 parents 3127d6f + 39db556 commit aa824ee

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

JavaCon/SpecialKeywords/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.openjfx</groupId>
2121
<artifactId>javafx-controls</artifactId>
22-
<version>23-ea+22</version>
22+
<version>24-ea+5</version>
2323
</dependency>
2424

2525
</dependencies>

JavaCon/pom.xml

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

2727
<!-- logging -->
28-
<logback.version>1.5.7</logback.version>
28+
<logback.version>1.5.8</logback.version>
2929
<slf4j-api.version>2.0.16</slf4j-api.version>
3030

3131
<lombok.version>1.18.34</lombok.version>
3232
<commons-io.version>2.16.1</commons-io.version>
3333

3434
<!-- reactive -->
3535
<rxjava.version>3.1.9</rxjava.version>
36-
<projectreactor.version>2023.0.9</projectreactor.version>
36+
<projectreactor.version>2023.0.10</projectreactor.version>
3737
</properties>
3838

3939
<dependencies>

Playground/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.yaml</groupId>
3838
<artifactId>snakeyaml</artifactId>
39-
<version>2.2</version>
39+
<version>2.3</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.esotericsoftware.yamlbeans</groupId>
@@ -55,17 +55,17 @@
5555
<dependency>
5656
<groupId>org.apache.logging.log4j</groupId>
5757
<artifactId>log4j-api</artifactId>
58-
<version>2.23.1</version>
58+
<version>2.24.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.logging.log4j</groupId>
6262
<artifactId>log4j-core</artifactId>
63-
<version>2.23.1</version>
63+
<version>2.24.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.logging.log4j</groupId>
6767
<artifactId>log4j-slf4j-impl</artifactId>
68-
<version>2.23.1</version>
68+
<version>2.24.0</version>
6969
</dependency>
7070
</dependencies>
7171
<build>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.4.0</version>
89+
<version>3.5.0</version>
9090
<configuration>
9191
<argLine>--enable-preview</argLine>
9292
</configuration>

Testing/JunitBasics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.commons</groupId>
4747
<artifactId>commons-lang3</artifactId>
48-
<version>3.16.0</version>
48+
<version>3.17.0</version>
4949
</dependency>
5050

5151
</dependencies>

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.16.1</version>
37+
<version>1.16.3</version>
3838
<!-- <configuration>-->
3939
<!-- <targetClasses>-->
4040
<!-- <param>com.saurabh.*</param>-->

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>3.3.2</version>
11+
<version>3.3.3</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
@@ -14,7 +14,7 @@
1414
<java.version>22</java.version>
1515
<junit.version.legacy>4.13.2</junit.version.legacy>
1616
<hemcrest.version>3.0</hemcrest.version>
17-
<mockito.version>5.12.0</mockito.version>
17+
<mockito.version>5.13.0</mockito.version>
1818
<junit.version.intellij.supports>5.11.0</junit.version.intellij.supports>
1919
</properties>
2020

Tools/QuartzScheduler/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

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>3.3.2</version>
8+
<version>3.3.3</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>3.3.2</version>
8+
<version>3.3.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

0 commit comments

Comments
 (0)