Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed Apr 2, 2024
1 parent 2a20e31 commit 7f355ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,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.107.Final</netty-bom.version>
<netty-bom.version>4.1.108.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>2023.0.3</reactor-bom.version>
<reactor-bom.version>2023.0.4</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>
Expand All @@ -48,12 +48,12 @@
<jarchivelib.version>1.2.0</jarchivelib.version>
<bouncycastle-jdk18on.version>1.77</bouncycastle-jdk18on.version>
<logback-classic.version>1.2.13</logback-classic.version>
<jackson.version>2.16.1</jackson.version>
<lombok.version>1.18.30</lombok.version>
<jackson.version>2.17.0</jackson.version>
<lombok.version>1.18.32</lombok.version>
<svm.version>21.3.9</svm.version>
<micrometer.version>1.12.3</micrometer.version>
<testcontainers.version>1.19.6</testcontainers.version>
<build-resources.version>4.4.31</build-resources.version>
<micrometer.version>1.12.4</micrometer.version>
<testcontainers.version>1.19.7</testcontainers.version>
<build-resources.version>4.4.32</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down
1 change: 1 addition & 0 deletions testkit-backend/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ libraries. For an overview of the licenses see the NOTICE.txt file.

------------------------------------------------------------------------------
Apache Software License, Version 2.0
Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
Expand Down
1 change: 1 addition & 0 deletions testkit-backend/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Third-party licenses
--------------------

Apache Software License, Version 2.0
Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
Expand Down

0 comments on commit 7f355ab

Please sign in to comment.