Skip to content

Commit

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

* Set JUnit to 5.9.3
  • Loading branch information
injectives authored Jul 26, 2023
1 parent c40f942 commit ea56edc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<!-- 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.94.Final</netty-bom.version>
<netty-bom.version>4.1.95.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>2022.0.8</reactor-bom.version>
<reactor-bom.version>2022.0.9</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.4.0</mockito-core.version>
Expand All @@ -51,11 +51,11 @@
<logback-classic.version>1.2.12</logback-classic.version>
<jackson.version>2.15.2</jackson.version>
<lombok.version>1.18.28</lombok.version>
<svm.version>23.0.0</svm.version>
<micrometer.version>1.11.1</micrometer.version>
<svm.version>23.0.1</svm.version>
<micrometer.version>1.11.2</micrometer.version>
<blockhound.version>1.0.8.RELEASE</blockhound.version>
<testcontainers.version>1.18.3</testcontainers.version>
<build-resources.version>5.9.0</build-resources.version>
<build-resources.version>5.10.0</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down

0 comments on commit ea56edc

Please sign in to comment.