Skip to content

Commit 8e062a3

Browse files
authored
Update dependencies (#1550)
1 parent 6da7f62 commit 8e062a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,29 @@
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.108.Final</netty-bom.version>
39+
<netty-bom.version>4.1.109.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>2023.0.4</reactor-bom.version>
43+
<reactor-bom.version>2023.0.5</reactor-bom.version>
4444
<slf4j-api.version>1.7.36</slf4j-api.version>
4545
<hamcrest.version>2.2</hamcrest.version>
4646
<mockito-core.version>5.11.0</mockito-core.version>
4747
<junit.version>5.10.2</junit.version>
4848
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
49-
<testng.version>7.9.0</testng.version>
49+
<testng.version>7.10.1</testng.version>
5050
<jarchivelib.version>1.2.0</jarchivelib.version>
5151
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
5252
<commons-compress.version>1.26.1</commons-compress.version>
5353
<!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
5454
<commons-codec.version>1.16.1</commons-codec.version>
55-
<bouncycastle-jdk18on.version>1.77</bouncycastle-jdk18on.version>
55+
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
5656
<logback-classic.version>1.2.13</logback-classic.version>
5757
<jackson.version>2.17.0</jackson.version>
5858
<lombok.version>1.18.32</lombok.version>
59-
<svm.version>24.0.0</svm.version>
60-
<micrometer.version>1.12.4</micrometer.version>
61-
<blockhound.version>1.0.8.RELEASE</blockhound.version>
59+
<svm.version>24.0.1</svm.version>
60+
<micrometer.version>1.12.5</micrometer.version>
61+
<blockhound.version>1.0.9.RELEASE</blockhound.version>
6262
<testcontainers.version>1.19.7</testcontainers.version>
6363
<build-resources.version>5.18.1</build-resources.version>
6464
<!-- To be overwritten by child projects -->

0 commit comments

Comments
 (0)