Skip to content

Commit c5dc3b4

Browse files
authored
Update dependencies (#1496)
* Update dependencies * Update build-resources to 5.13.0 * Adopt the license header from build-resources * Revert "Adopt the license header from build-resources" This reverts commit b8ffcf2. * Revert "Update build-resources to 5.13.0" This reverts commit 82e943c.
1 parent c4d48c2 commit c5dc3b4

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
</dependency>
8686
<dependency>
8787
<groupId>org.bouncycastle</groupId>
88-
<artifactId>bcprov-jdk15on</artifactId>
88+
<artifactId>bcprov-jdk18on</artifactId>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.bouncycastle</groupId>
92-
<artifactId>bcpkix-jdk15on</artifactId>
92+
<artifactId>bcpkix-jdk18on</artifactId>
9393
</dependency>
9494
<dependency>
9595
<groupId>io.projectreactor</groupId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</dependency>
7373
<dependency>
7474
<groupId>org.bouncycastle</groupId>
75-
<artifactId>bcpkix-jdk15on</artifactId>
75+
<artifactId>bcpkix-jdk18on</artifactId>
7676
</dependency>
7777
</dependencies>
7878

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
<!-- Please note that when updating this dependency -->
3737
<!-- (i.e. due to a security vulnerability or bug) that the -->
3838
<!-- corresponding server dependency also needs updating.-->
39-
<netty-bom.version>4.1.99.Final</netty-bom.version>
39+
<netty-bom.version>4.1.100.Final</netty-bom.version>
4040
<!-- Please note that when updating this dependency -->
4141
<!-- (i.e. due to a security vulnerability or bug) that the -->
4242
<!-- corresponding server dependency also needs updating.-->
43-
<reactor-bom.version>2022.0.11</reactor-bom.version>
43+
<reactor-bom.version>2022.0.12</reactor-bom.version>
4444
<slf4j-api.version>1.7.36</slf4j-api.version>
4545
<hamcrest.version>2.2</hamcrest.version>
46-
<mockito-core.version>5.5.0</mockito-core.version>
46+
<mockito-core.version>5.6.0</mockito-core.version>
4747
<junit.version>5.10.0</junit.version>
4848
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
4949
<testng.version>7.8.0</testng.version>
5050
<jarchivelib.version>1.2.0</jarchivelib.version>
51-
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
51+
<bouncycastle-jdk18on.version>1.76</bouncycastle-jdk18on.version>
5252
<logback-classic.version>1.2.12</logback-classic.version>
53-
<jackson.version>2.15.2</jackson.version>
53+
<jackson.version>2.15.3</jackson.version>
5454
<lombok.version>1.18.30</lombok.version>
55-
<svm.version>23.1.0</svm.version>
56-
<micrometer.version>1.11.4</micrometer.version>
55+
<svm.version>23.1.1</svm.version>
56+
<micrometer.version>1.11.5</micrometer.version>
5757
<blockhound.version>1.0.8.RELEASE</blockhound.version>
5858
<testcontainers.version>1.19.1</testcontainers.version>
5959
<build-resources.version>5.11.0</build-resources.version>
@@ -173,14 +173,14 @@
173173
</dependency>
174174
<dependency>
175175
<groupId>org.bouncycastle</groupId>
176-
<artifactId>bcprov-jdk15on</artifactId>
177-
<version>${bouncycastle-jdk15on.version}</version>
176+
<artifactId>bcprov-jdk18on</artifactId>
177+
<version>${bouncycastle-jdk18on.version}</version>
178178
<scope>test</scope>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.bouncycastle</groupId>
182-
<artifactId>bcpkix-jdk15on</artifactId>
183-
<version>${bouncycastle-jdk15on.version}</version>
182+
<artifactId>bcpkix-jdk18on</artifactId>
183+
<version>${bouncycastle-jdk18on.version}</version>
184184
<scope>test</scope>
185185
</dependency>
186186
<dependency>

0 commit comments

Comments
 (0)