Skip to content

Commit 62f80ee

Browse files
fix(deps): update renovate dependency scan
1 parent 14ae578 commit 62f80ee

File tree

22 files changed

+144
-84
lines changed

22 files changed

+144
-84
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up JDK 23
20-
uses: actions/setup-java@v4
20+
uses: actions/setup-java@v5
2121
with:
2222
java-version: 23
2323
distribution: 'temurin'

JavaCon/JDBC/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.oracle.database.jdbc</groupId>
2626
<artifactId>ojdbc10</artifactId>
27-
<version>19.27.0.0</version>
27+
<version>19.29.0.0</version>
2828
</dependency>
2929

3030
</dependencies>

JavaCon/JavaKathy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.reactivex.rxjava3</groupId>
2020
<artifactId>rxjava</artifactId>
21-
<version>3.1.10</version>
21+
<version>3.1.12</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
</dependencies>

JavaCon/JsonIO/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.fasterxml.jackson.core</groupId>
2121
<artifactId>jackson-databind</artifactId>
22-
<version>2.19.0</version>
22+
<version>2.20.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>commons-io</groupId>

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>25-ea+17</version>
22+
<version>26-ea+14</version>
2323
</dependency>
2424

2525
</dependencies>

JavaCon/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@
1919
<maven.compiler.proc>full</maven.compiler.proc> <!-- https://dzone.com/articles/using-lombok-library-witk-jdk-23 -->
2020

2121
<!-- testing -->
22-
<junit-jupiter.version>5.12.2</junit-jupiter.version>
22+
<junit-jupiter.version>6.0.1</junit-jupiter.version>
2323
<testng.version>7.11.0</testng.version>
2424
<hemcrest.version>3.0</hemcrest.version>
25-
<assertj.version>3.27.3</assertj.version>
25+
<assertj.version>3.27.6</assertj.version>
2626
<avaitility.version>1.7.0</avaitility.version>
2727

2828
<!-- logging -->
29-
<logback.version>1.5.18</logback.version>
29+
<logback.version>1.5.19</logback.version>
3030
<slf4j-api.version>2.0.17</slf4j-api.version>
3131

32-
<lombok.version>1.18.38</lombok.version>
33-
<commons-io.version>2.19.0</commons-io.version>
32+
<lombok.version>1.18.42</lombok.version>
33+
<commons-io.version>2.20.0</commons-io.version>
3434

3535
<!-- reactive -->
36-
<rxjava.version>3.1.10</rxjava.version>
37-
<projectreactor.version>2024.0.6</projectreactor.version>
36+
<rxjava.version>3.1.12</rxjava.version>
37+
<projectreactor.version>2024.0.11</projectreactor.version>
3838
</properties>
3939

4040
<dependencies>
4141
<!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
4242
<dependency>
4343
<groupId>org.jetbrains</groupId>
4444
<artifactId>annotations</artifactId>
45-
<version>26.0.2</version>
45+
<version>26.0.2-1</version>
4646
</dependency>
4747

4848
<dependency>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-compiler-plugin</artifactId>
101-
<version>3.14.0</version>
101+
<version>3.14.1</version>
102102
<configuration>
103103
<release>${maven.compiler.release}</release>
104104
<encoding>${project.build.sourceEncoding}</encoding>

Playground/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
<dependency>
2020
<groupId>com.fasterxml.jackson.dataformat</groupId>
2121
<artifactId>jackson-dataformat-yaml</artifactId>
22-
<version>2.19.0</version>
22+
<version>2.20.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>
2626
<artifactId>jackson-databind</artifactId>
27-
<version>2.19.0</version>
27+
<version>2.20.1</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>org.immutables</groupId>
3232
<artifactId>value</artifactId>
33-
<version>2.10.1</version>
33+
<version>2.11.6</version>
3434
<scope>provided</scope>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.yaml</groupId>
3838
<artifactId>snakeyaml</artifactId>
39-
<version>2.4</version>
39+
<version>2.5</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.esotericsoftware.yamlbeans</groupId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter-engine</artifactId>
49-
<version>5.12.2</version>
49+
<version>6.0.1</version>
5050
<scope>compile</scope>
5151
</dependency>
5252

@@ -55,25 +55,25 @@
5555
<dependency>
5656
<groupId>org.apache.logging.log4j</groupId>
5757
<artifactId>log4j-api</artifactId>
58-
<version>2.24.3</version>
58+
<version>2.25.2</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.logging.log4j</groupId>
6262
<artifactId>log4j-core</artifactId>
63-
<version>2.24.3</version>
63+
<version>2.25.2</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.logging.log4j</groupId>
6767
<artifactId>log4j-slf4j-impl</artifactId>
68-
<version>2.24.3</version>
68+
<version>2.25.2</version>
6969
</dependency>
7070
</dependencies>
7171
<build>
7272
<plugins>
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-compiler-plugin</artifactId>
76-
<version>3.14.0</version>
76+
<version>3.14.1</version>
7777
<configuration>
7878
<source>11</source>
7979
<target>11</target>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.5.3</version>
89+
<version>3.5.4</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
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.junit.platform</groupId>
3636
<artifactId>junit-platform-runner</artifactId>
37-
<version>1.12.2</version>
37+
<version>1.14.1</version>
3838
<scope>test</scope>
3939
</dependency>
4040

Testing/MutationPITesting/pom.xml

Lines changed: 2 additions & 2 deletions
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.19.3</version>
37+
<version>1.21.1</version>
3838
<!-- <configuration>-->
3939
<!-- <targetClasses>-->
4040
<!-- <param>com.saurabh.*</param>-->
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.pitest</groupId>
6060
<artifactId>pitest-junit5-plugin</artifactId>
61-
<version>1.2.2</version>
61+
<version>1.2.3</version>
6262
</dependency>
6363
</dependencies>
6464
<configuration>

Testing/PluralSight/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.opencsv</groupId>
3030
<artifactId>opencsv</artifactId>
31-
<version>5.11</version>
31+
<version>5.12.0</version>
3232
</dependency>
3333

3434
<dependency>
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>org.springframework</groupId>
4141
<artifactId>spring-beans</artifactId>
42-
<version>6.2.7</version>
42+
<version>6.2.12</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.springframework</groupId>
4646
<artifactId>spring-context</artifactId>
47-
<version>6.2.7</version>
47+
<version>6.2.12</version>
4848
</dependency>
4949
</dependencies>
5050

0 commit comments

Comments
 (0)