Skip to content

Commit 7f4a79b

Browse files
committed
Update Renovate Dependency Scan
1 parent 37b01fd commit 7f4a79b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.11.0.0</version>
27+
<version>19.12.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.12.4</version>
22+
<version>2.12.5</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>commons-io</groupId>

JavaCon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<lombok.version>1.18.20</lombok.version>
3333
<commons-io.version>2.11.0</commons-io.version>
34-
<rxjava.version>3.1.0</rxjava.version>
34+
<rxjava.version>3.1.1</rxjava.version>
3535
</properties>
3636

3737
<dependencies>

Playground/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<dependency>
1616
<groupId>com.fasterxml.jackson.dataformat</groupId>
1717
<artifactId>jackson-dataformat-yaml</artifactId>
18-
<version>2.12.4</version>
18+
<version>2.12.5</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.fasterxml.jackson.core</groupId>
2222
<artifactId>jackson-databind</artifactId>
23-
<version>2.12.4</version>
23+
<version>2.12.5</version>
2424
</dependency>
2525

2626
<dependency>

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>3.12.1</version>
29+
<version>3.12.4</version>
3030
</dependency>
3131

3232

0 commit comments

Comments
 (0)