Skip to content

Commit

Permalink
Update dependencies (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed Jan 5, 2024
1 parent ee9746c commit 92b7df6
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,27 +36,27 @@
<!-- 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.101.Final</netty-bom.version>
<netty-bom.version>4.1.104.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.0</reactor-bom.version>
<reactor-bom.version>2023.0.1</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito-core.version>5.7.0</mockito-core.version>
<mockito-core.version>5.8.0</mockito-core.version>
<junit.version>5.10.1</junit.version>
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
<testng.version>7.8.0</testng.version>
<testng.version>7.9.0</testng.version>
<jarchivelib.version>1.2.0</jarchivelib.version>
<bouncycastle-jdk18on.version>1.77</bouncycastle-jdk18on.version>
<logback-classic.version>1.2.12</logback-classic.version>
<jackson.version>2.16.0</jackson.version>
<logback-classic.version>1.2.13</logback-classic.version>
<jackson.version>2.16.1</jackson.version>
<lombok.version>1.18.30</lombok.version>
<svm.version>23.1.1</svm.version>
<micrometer.version>1.12.0</micrometer.version>
<micrometer.version>1.12.1</micrometer.version>
<blockhound.version>1.0.8.RELEASE</blockhound.version>
<testcontainers.version>1.19.3</testcontainers.version>
<build-resources.version>5.14.0</build-resources.version>
<build-resources.version>5.15.0</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down

0 comments on commit 92b7df6

Please sign in to comment.