Skip to content

Commit 1250b2d

Browse files
authored
Update dependencies (#1430)
* Update dependencies * junit 5.9.3
1 parent 61bddf9 commit 1250b2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
<!-- Please note that when updating this dependency -->
3737
<!-- (i.e. due to a security vulnerability or bug) that the -->
3838
<!-- corresponding server dependency also needs updating.-->
39-
<netty-bom.version>4.1.92.Final</netty-bom.version>
39+
<netty-bom.version>4.1.93.Final</netty-bom.version>
4040
<!-- Please note that when updating this dependency -->
4141
<!-- (i.e. due to a security vulnerability or bug) that the -->
4242
<!-- corresponding server dependency also needs updating.-->
43-
<reactor-bom.version>2022.0.6</reactor-bom.version>
43+
<reactor-bom.version>2022.0.7</reactor-bom.version>
4444
<slf4j-api.version>1.7.36</slf4j-api.version>
4545
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
4646
<mockito-core.version>5.3.1</mockito-core.version>
@@ -49,12 +49,12 @@
4949
<jarchivelib.version>1.2.0</jarchivelib.version>
5050
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
5151
<logback-classic.version>1.4.7</logback-classic.version>
52-
<jackson.version>2.15.0</jackson.version>
53-
<lombok.version>1.18.26</lombok.version>
52+
<jackson.version>2.15.1</jackson.version>
53+
<lombok.version>1.18.28</lombok.version>
5454
<svm.version>22.3.2</svm.version>
55-
<micrometer.version>1.10.6</micrometer.version>
56-
<testcontainers.version>1.18.0</testcontainers.version>
57-
<build-resources.version>5.7.0</build-resources.version>
55+
<micrometer.version>1.11.0</micrometer.version>
56+
<testcontainers.version>1.18.1</testcontainers.version>
57+
<build-resources.version>5.8.0</build-resources.version>
5858
<!-- To be overwritten by child projects -->
5959
<moduleName/>
6060
</properties>

0 commit comments

Comments
 (0)