Skip to content

Commit 5bd7c0c

Browse files
authored
Update dependencies (#1483)
1 parent e95db96 commit 5bd7c0c

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,14 +36,14 @@
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.95.Final</netty-bom.version>
39+
<netty-bom.version>4.1.97.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.9</reactor-bom.version>
43+
<reactor-bom.version>2022.0.10</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.4.0</mockito-core.version>
46+
<mockito-core.version>5.5.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>
@@ -53,10 +53,10 @@
5353
<jackson.version>2.15.2</jackson.version>
5454
<lombok.version>1.18.28</lombok.version>
5555
<svm.version>23.0.1</svm.version>
56-
<micrometer.version>1.11.2</micrometer.version>
56+
<micrometer.version>1.11.3</micrometer.version>
5757
<blockhound.version>1.0.8.RELEASE</blockhound.version>
58-
<testcontainers.version>1.18.3</testcontainers.version>
59-
<build-resources.version>5.10.0</build-resources.version>
58+
<testcontainers.version>1.19.0</testcontainers.version>
59+
<build-resources.version>5.11.0</build-resources.version>
6060
<!-- To be overwritten by child projects -->
6161
<moduleName/>
6262
</properties>

0 commit comments

Comments
 (0)