Skip to content

Commit bb3e535

Browse files
authored
Update dependencies (#1573)
1 parent 345503b commit bb3e535

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
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.113.Final</netty-bom.version>
39+
<netty-bom.version>4.1.114.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.-->
4343
<reactor-bom.version>2023.0.10</reactor-bom.version>
4444
<slf4j-api.version>1.7.36</slf4j-api.version>
4545
<hamcrest.version>3.0</hamcrest.version>
46-
<mockito-core.version>5.13.0</mockito-core.version>
47-
<junit.version>5.11.0</junit.version>
46+
<mockito-core.version>5.14.1</mockito-core.version>
47+
<junit.version>5.11.2</junit.version>
4848
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
4949
<testng.version>7.10.2</testng.version>
5050
<jarchivelib.version>1.2.0</jarchivelib.version>
@@ -54,12 +54,12 @@
5454
<commons-codec.version>1.17.1</commons-codec.version>
5555
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
5656
<logback-classic.version>1.2.13</logback-classic.version>
57-
<jackson.version>2.17.2</jackson.version>
57+
<jackson.version>2.18.0</jackson.version>
5858
<lombok.version>1.18.34</lombok.version>
5959
<svm.version>24.1.0</svm.version>
60-
<micrometer.version>1.13.4</micrometer.version>
60+
<micrometer.version>1.13.5</micrometer.version>
6161
<blockhound.version>1.0.9.RELEASE</blockhound.version>
62-
<testcontainers.version>1.20.1</testcontainers.version>
62+
<testcontainers.version>1.20.2</testcontainers.version>
6363
<build-resources.version>5.18.1</build-resources.version>
6464
<!-- To be overwritten by child projects -->
6565
<moduleName/>

0 commit comments

Comments
 (0)