Skip to content

Commit

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

* Update pom.xml
  • Loading branch information
injectives authored Aug 29, 2024
1 parent 907d4af commit 5c9a7c2
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 @@ -40,26 +40,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.-->
<reactor-bom.version>2023.0.8</reactor-bom.version>
<reactor-bom.version>2023.0.9</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito-core.version>5.12.0</mockito-core.version>
<junit.version>5.10.3</junit.version>
<hamcrest.version>3.0</hamcrest.version>
<mockito-core.version>5.13.0</mockito-core.version>
<junit.version>5.11.0</junit.version>
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
<testng.version>7.10.2</testng.version>
<jarchivelib.version>1.2.0</jarchivelib.version>
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
<commons-compress.version>1.26.2</commons-compress.version>
<commons-compress.version>1.27.1</commons-compress.version>
<!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
<commons-codec.version>1.17.1</commons-codec.version>
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
<logback-classic.version>1.2.13</logback-classic.version>
<jackson.version>2.17.2</jackson.version>
<lombok.version>1.18.34</lombok.version>
<svm.version>24.0.2</svm.version>
<micrometer.version>1.13.2</micrometer.version>
<micrometer.version>1.13.3</micrometer.version>
<blockhound.version>1.0.9.RELEASE</blockhound.version>
<testcontainers.version>1.20.0</testcontainers.version>
<testcontainers.version>1.20.1</testcontainers.version>
<build-resources.version>5.18.1</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
Expand Down

0 comments on commit 5c9a7c2

Please sign in to comment.