Skip to content

Commit 16fca4d

Browse files
authored
Update dependencies (#1548)
1 parent d56af61 commit 16fca4d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
<!-- Please note that when updating this dependency -->
3535
<!-- (i.e. due to a security vulnerability or bug) that the -->
3636
<!-- corresponding server dependency also needs updating.-->
37-
<netty-bom.version>4.1.107.Final</netty-bom.version>
37+
<netty-bom.version>4.1.108.Final</netty-bom.version>
3838
<!-- Please note that when updating this dependency -->
3939
<!-- (i.e. due to a security vulnerability or bug) that the -->
4040
<!-- corresponding server dependency also needs updating.-->
41-
<reactor-bom.version>2023.0.3</reactor-bom.version>
41+
<reactor-bom.version>2023.0.4</reactor-bom.version>
4242
<rxjava.version>2.2.21</rxjava.version>
4343
<slf4j-api.version>1.7.36</slf4j-api.version>
4444
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
@@ -48,12 +48,12 @@
4848
<jarchivelib.version>1.2.0</jarchivelib.version>
4949
<bouncycastle-jdk18on.version>1.77</bouncycastle-jdk18on.version>
5050
<logback-classic.version>1.2.13</logback-classic.version>
51-
<jackson.version>2.16.1</jackson.version>
52-
<lombok.version>1.18.30</lombok.version>
51+
<jackson.version>2.17.0</jackson.version>
52+
<lombok.version>1.18.32</lombok.version>
5353
<svm.version>21.3.9</svm.version>
54-
<micrometer.version>1.12.3</micrometer.version>
55-
<testcontainers.version>1.19.6</testcontainers.version>
56-
<build-resources.version>4.4.31</build-resources.version>
54+
<micrometer.version>1.12.4</micrometer.version>
55+
<testcontainers.version>1.19.7</testcontainers.version>
56+
<build-resources.version>4.4.32</build-resources.version>
5757
<!-- To be overwritten by child projects -->
5858
<moduleName/>
5959
</properties>

testkit-backend/LICENSES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ libraries. For an overview of the licenses see the NOTICE.txt file.
44

55
------------------------------------------------------------------------------
66
Apache Software License, Version 2.0
7+
Byte Buddy (without dependencies)
78
Jackson-annotations
89
Jackson-core
910
jackson-databind

testkit-backend/NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Third-party licenses
1919
--------------------
2020

2121
Apache Software License, Version 2.0
22+
Byte Buddy (without dependencies)
2223
Jackson-annotations
2324
Jackson-core
2425
jackson-databind

0 commit comments

Comments
 (0)