Skip to content

Commit 9ced0d7

Browse files
chore(deps): update renovate dependency scan
1 parent 1a201fc commit 9ced0d7

File tree

24 files changed

+775
-725
lines changed

24 files changed

+775
-725
lines changed

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.17.0.0</version>
27+
<version>19.18.0.0</version>
2828
</dependency>
2929

3030
</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.14.1</version>
22+
<version>2.14.2</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>19</version>
22+
<version>20</version>
2323
</dependency>
2424

2525
</dependencies>

JavaCon/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@
1919
<maven.compiler.source>19</maven.compiler.source>
2020

2121
<!-- testing -->
22-
<junit-jupiter.version>5.9.1</junit-jupiter.version>
23-
<testng.version>7.7.0</testng.version>
22+
<junit-jupiter.version>5.9.2</junit-jupiter.version>
23+
<testng.version>7.7.1</testng.version>
2424
<hemcrest.version>2.2</hemcrest.version>
25-
<assertj.version>3.23.1</assertj.version>
25+
<assertj.version>3.24.2</assertj.version>
2626
<avaitility.version>1.7.0</avaitility.version>
2727

2828
<!-- logging -->
29-
<logback.version>1.4.5</logback.version>
30-
<slf4j-api.version>2.0.5</slf4j-api.version>
29+
<logback.version>1.4.6</logback.version>
30+
<slf4j-api.version>2.0.7</slf4j-api.version>
3131

32-
<lombok.version>1.18.24</lombok.version>
32+
<lombok.version>1.18.26</lombok.version>
3333
<commons-io.version>2.11.0</commons-io.version>
34-
<rxjava.version>3.1.5</rxjava.version>
34+
<rxjava.version>3.1.6</rxjava.version>
3535
</properties>
3636

3737
<dependencies>
3838
<!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
3939
<dependency>
4040
<groupId>org.jetbrains</groupId>
4141
<artifactId>annotations</artifactId>
42-
<version>23.1.0</version>
42+
<version>24.0.1</version>
4343
</dependency>
4444

4545
<dependency>
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-compiler-plugin</artifactId>
91-
<version>3.10.1</version>
91+
<version>3.11.0</version>
9292
<configuration>
9393
<source>${maven.compiler.source}</source>
9494
<target>${maven.compiler.target}</target>

Playground/pom.xml

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

3030
<dependency>
3131
<groupId>org.immutables</groupId>
3232
<artifactId>value</artifactId>
33-
<version>2.9.2</version>
33+
<version>2.9.3</version>
3434
<scope>provided</scope>
3535
</dependency>
3636
<dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter-engine</artifactId>
49-
<version>5.9.1</version>
49+
<version>5.9.2</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.19.0</version>
58+
<version>2.20.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.logging.log4j</groupId>
6262
<artifactId>log4j-core</artifactId>
63-
<version>2.19.0</version>
63+
<version>2.20.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.logging.log4j</groupId>
6767
<artifactId>log4j-slf4j-impl</artifactId>
68-
<version>2.19.0</version>
68+
<version>2.20.0</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.10.1</version>
76+
<version>3.11.0</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>2.22.2</version>
89+
<version>3.0.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
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.junit.platform</groupId>
3636
<artifactId>junit-platform-runner</artifactId>
37-
<version>1.9.1</version>
37+
<version>1.9.2</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.10.3</version>
37+
<version>1.11.6</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.1.0</version>
61+
<version>1.1.2</version>
6262
</dependency>
6363
</dependencies>
6464
<configuration>

Testing/PluralSight/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>org.springframework</groupId>
4141
<artifactId>spring-beans</artifactId>
42-
<version>6.0.2</version>
42+
<version>6.0.7</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.springframework</groupId>
4646
<artifactId>spring-context</artifactId>
47-
<version>6.0.2</version>
47+
<version>6.0.7</version>
4848
</dependency>
4949
</dependencies>
5050

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.0.0</version>
11+
<version>3.0.5</version>
1212
<relativePath/> <!-- lookup parent from repository -->
1313
</parent>
1414

Testing/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<java.version>17</java.version>
1515
<junit.version.legacy>4.13.2</junit.version.legacy>
1616
<hemcrest.version>2.2</hemcrest.version>
17-
<mockito.version>4.9.0</mockito.version>
18-
<junit.version.intellij.supports>5.9.1</junit.version.intellij.supports>
17+
<mockito.version>5.2.0</mockito.version>
18+
<junit.version.intellij.supports>5.9.2</junit.version.intellij.supports>
1919
</properties>
2020

2121
<dependencies>
@@ -31,7 +31,7 @@
3131
<plugins>
3232
<plugin>
3333
<artifactId>maven-compiler-plugin</artifactId>
34-
<version>3.10.1</version>
34+
<version>3.11.0</version>
3535
<configuration>
3636
<source>${java.version}</source>
3737
<target>${java.version}</target>

0 commit comments

Comments
 (0)