Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed Oct 28, 2022
1 parent 1fc6a41 commit 63ad6c9
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,26 +36,26 @@
<!-- 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.82.Final</netty-bom.version>
<netty-bom.version>4.1.84.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>2020.0.23</reactor-bom.version>
<reactor-bom.version>2020.0.24</reactor-bom.version>
<rxjava.version>2.2.21</rxjava.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
<mockito-core.version>4.8.0</mockito-core.version>
<mockito-core.version>4.8.1</mockito-core.version>
<junit.version>5.9.1</junit.version>
<testng-engine.version>1.0.4</testng-engine.version>
<jarchivelib.version>1.2.0</jarchivelib.version>
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
<logback-classic.version>1.4.3</logback-classic.version>
<jackson.version>2.13.4</jackson.version>
<logback-classic.version>1.4.4</logback-classic.version>
<jackson.version>2.13.4.2</jackson.version>
<lombok.version>1.18.24</lombok.version>
<svm.version>22.2.0</svm.version>
<micrometer.version>1.9.4</micrometer.version>
<svm.version>22.3.0</svm.version>
<micrometer.version>1.9.5</micrometer.version>
<testcontainers.version>1.17.5</testcontainers.version>
<build-resources.version>4.4.11</build-resources.version>
<build-resources.version>5.1.0</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down

0 comments on commit 63ad6c9

Please sign in to comment.