Skip to content

Commit

Permalink
Update dependencies (#1339)
Browse files Browse the repository at this point in the history
* Update dependencies

* Set reactor-bom.version to 2020.0.25
  • Loading branch information
injectives authored Nov 25, 2022
1 parent 58a9047 commit 2ae2836
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.84.Final</netty-bom.version>
<netty-bom.version>4.1.85.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.24</reactor-bom.version>
<reactor-bom.version>2020.0.25</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.1</mockito-core.version>
<mockito-core.version>4.9.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>
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
<logback-classic.version>1.4.4</logback-classic.version>
<jackson.version>2.13.4</jackson.version>
<logback-classic.version>1.4.5</logback-classic.version>
<jackson.version>2.14.1</jackson.version>
<lombok.version>1.18.24</lombok.version>
<svm.version>22.2.0.1</svm.version>
<micrometer.version>1.9.5</micrometer.version>
<testcontainers.version>1.17.5</testcontainers.version>
<build-resources.version>5.1.0</build-resources.version>
<micrometer.version>1.10.2</micrometer.version>
<testcontainers.version>1.17.6</testcontainers.version>
<build-resources.version>5.2.0</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down

0 comments on commit 2ae2836

Please sign in to comment.