Skip to content

Commit

Permalink
Update dependencies (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed Apr 25, 2024
1 parent 6da7f62 commit 8e062a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<netty-bom.version>4.1.108.Final</netty-bom.version>
<netty-bom.version>4.1.109.Final</netty-bom.version>
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<reactor-bom.version>2023.0.4</reactor-bom.version>
<reactor-bom.version>2023.0.5</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito-core.version>5.11.0</mockito-core.version>
<junit.version>5.10.2</junit.version>
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
<testng.version>7.9.0</testng.version>
<testng.version>7.10.1</testng.version>
<jarchivelib.version>1.2.0</jarchivelib.version>
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
<commons-compress.version>1.26.1</commons-compress.version>
<!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
<commons-codec.version>1.16.1</commons-codec.version>
<bouncycastle-jdk18on.version>1.77</bouncycastle-jdk18on.version>
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
<logback-classic.version>1.2.13</logback-classic.version>
<jackson.version>2.17.0</jackson.version>
<lombok.version>1.18.32</lombok.version>
<svm.version>24.0.0</svm.version>
<micrometer.version>1.12.4</micrometer.version>
<blockhound.version>1.0.8.RELEASE</blockhound.version>
<svm.version>24.0.1</svm.version>
<micrometer.version>1.12.5</micrometer.version>
<blockhound.version>1.0.9.RELEASE</blockhound.version>
<testcontainers.version>1.19.7</testcontainers.version>
<build-resources.version>5.18.1</build-resources.version>
<!-- To be overwritten by child projects -->
Expand Down

0 comments on commit 8e062a3

Please sign in to comment.