Skip to content

Commit b4dc7f2

Browse files
authored
Update dependencies (#1551)
1 parent 16fca4d commit b4dc7f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
<!-- Please note that when updating this dependency -->
3535
<!-- (i.e. due to a security vulnerability or bug) that the -->
3636
<!-- corresponding server dependency also needs updating.-->
37-
<netty-bom.version>4.1.108.Final</netty-bom.version>
37+
<netty-bom.version>4.1.109.Final</netty-bom.version>
3838
<!-- Please note that when updating this dependency -->
3939
<!-- (i.e. due to a security vulnerability or bug) that the -->
4040
<!-- corresponding server dependency also needs updating.-->
41-
<reactor-bom.version>2023.0.4</reactor-bom.version>
41+
<reactor-bom.version>2023.0.5</reactor-bom.version>
4242
<rxjava.version>2.2.21</rxjava.version>
4343
<slf4j-api.version>1.7.36</slf4j-api.version>
4444
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
4545
<mockito-core.version>4.11.0</mockito-core.version>
4646
<junit.version>5.9.3</junit.version>
4747
<testng-engine.version>1.0.5</testng-engine.version>
4848
<jarchivelib.version>1.2.0</jarchivelib.version>
49-
<bouncycastle-jdk18on.version>1.77</bouncycastle-jdk18on.version>
49+
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
5050
<logback-classic.version>1.2.13</logback-classic.version>
5151
<jackson.version>2.17.0</jackson.version>
5252
<lombok.version>1.18.32</lombok.version>
53-
<svm.version>21.3.9</svm.version>
54-
<micrometer.version>1.12.4</micrometer.version>
53+
<svm.version>21.3.10</svm.version>
54+
<micrometer.version>1.12.5</micrometer.version>
5555
<testcontainers.version>1.19.7</testcontainers.version>
5656
<build-resources.version>4.4.32</build-resources.version>
5757
<!-- To be overwritten by child projects -->

0 commit comments

Comments
 (0)