Skip to content

Commit

Permalink
Update dependencies (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Feb 24, 2023
1 parent 11c68cb commit c7b1987
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
<!-- 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.87.Final</netty-bom.version>
<netty-bom.version>4.1.89.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.27</reactor-bom.version>
<reactor-bom.version>2020.0.28</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
<mockito-core.version>5.0.0</mockito-core.version>
<mockito-core.version>5.1.1</mockito-core.version>
<junit.version>5.9.2</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.5</logback-classic.version>
<jackson.version>2.14.1</jackson.version>
<lombok.version>1.18.24</lombok.version>
<jackson.version>2.14.2</jackson.version>
<lombok.version>1.18.26</lombok.version>
<svm.version>22.3.1</svm.version>
<micrometer.version>1.10.3</micrometer.version>
<micrometer.version>1.10.4</micrometer.version>
<testcontainers.version>1.17.6</testcontainers.version>
<build-resources.version>5.4.0</build-resources.version>
<build-resources.version>5.5.0</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down

0 comments on commit c7b1987

Please sign in to comment.