Skip to content

Commit

Permalink
Update dependencies (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Oct 14, 2024
1 parent 345503b commit bb3e535
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<!-- 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.113.Final</netty-bom.version>
<netty-bom.version>4.1.114.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.10</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>3.0</hamcrest.version>
<mockito-core.version>5.13.0</mockito-core.version>
<junit.version>5.11.0</junit.version>
<mockito-core.version>5.14.1</mockito-core.version>
<junit.version>5.11.2</junit.version>
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
<testng.version>7.10.2</testng.version>
<jarchivelib.version>1.2.0</jarchivelib.version>
Expand All @@ -54,12 +54,12 @@
<commons-codec.version>1.17.1</commons-codec.version>
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
<logback-classic.version>1.2.13</logback-classic.version>
<jackson.version>2.17.2</jackson.version>
<jackson.version>2.18.0</jackson.version>
<lombok.version>1.18.34</lombok.version>
<svm.version>24.1.0</svm.version>
<micrometer.version>1.13.4</micrometer.version>
<micrometer.version>1.13.5</micrometer.version>
<blockhound.version>1.0.9.RELEASE</blockhound.version>
<testcontainers.version>1.20.1</testcontainers.version>
<testcontainers.version>1.20.2</testcontainers.version>
<build-resources.version>5.18.1</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
Expand Down

0 comments on commit bb3e535

Please sign in to comment.