Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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