Skip to content

Commit

Permalink
Update dependencies (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Dec 20, 2022
1 parent ec23492 commit d728ec4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.85.Final</netty-bom.version>
<netty-bom.version>4.1.86.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.25</reactor-bom.version>
<reactor-bom.version>2020.0.26</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.9.0</mockito-core.version>
<mockito-core.version>4.10.0</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>
Expand All @@ -55,7 +55,7 @@
<svm.version>22.2.0.1</svm.version>
<micrometer.version>1.10.2</micrometer.version>
<testcontainers.version>1.17.6</testcontainers.version>
<build-resources.version>5.2.0</build-resources.version>
<build-resources.version>5.3.0</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down

0 comments on commit d728ec4

Please sign in to comment.