Skip to content

Commit

Permalink
Update dependencies (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Mar 3, 2025
1 parent dc7d42f commit 1e71209
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,31 @@
<!-- 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.118.Final</netty-bom.version>
<netty-bom.version>4.1.119.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.14</reactor-bom.version>
<reactor-bom.version>2023.0.15</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>3.0</hamcrest.version>
<mockito-core.version>5.15.2</mockito-core.version>
<junit.version>5.11.4</junit.version>
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
<testng.version>7.10.2</testng.version>
<testng.version>7.11.0</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.27.1</commons-compress.version>
<!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
<commons-codec.version>1.18.0</commons-codec.version>
<bouncycastle-jdk18on.version>1.80</bouncycastle-jdk18on.version>
<logback-classic.version>1.2.13</logback-classic.version>
<jackson.version>2.18.2</jackson.version>
<jackson.version>2.18.3</jackson.version>
<lombok.version>1.18.36</lombok.version>
<svm.version>24.1.2</svm.version>
<micrometer.version>1.13.10</micrometer.version>
<blockhound.version>1.0.10.RELEASE</blockhound.version>
<testcontainers.version>1.20.4</testcontainers.version>
<archunit-junit5.version>1.3.0</archunit-junit5.version>
<micrometer.version>1.13.11</micrometer.version>
<blockhound.version>1.0.11.RELEASE</blockhound.version>
<testcontainers.version>1.20.5</testcontainers.version>
<archunit-junit5.version>1.4.0</archunit-junit5.version>
<build-resources.version>2024-12.1</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
Expand Down

0 comments on commit 1e71209

Please sign in to comment.