Skip to content

Commit d36b581

Browse files
committed
build(deps): update dependencies
1 parent 3d55bed commit d36b581

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parallelizable.it.forkCount>2</parallelizable.it.forkCount>
2626
<!-- All tests tagged are to be executed in parallel -->
2727
<parallelizable.it.tags>parallelizableIT</parallelizable.it.tags>
28-
<surefire.and.failsafe.version>3.5.3</surefire.and.failsafe.version>
28+
<surefire.and.failsafe.version>3.5.4</surefire.and.failsafe.version>
2929
<surefire.jpms.args/>
3030
<failsafe.parallelizable.jpms.args/>
3131
<failsafe.sequential.jpms.args/>
@@ -38,29 +38,29 @@
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-
<netty-bom.version>4.2.2.Final</netty-bom.version>
41+
<netty-bom.version>4.2.6.Final</netty-bom.version>
4242
<!-- Please note that when updating this dependency -->
4343
<!-- (i.e. due to a security vulnerability or bug) that the -->
4444
<!-- corresponding server dependency also needs updating.-->
4545
<reactor-bom.version>2023.0.19</reactor-bom.version>
4646
<slf4j-api.version>1.7.36</slf4j-api.version>
4747
<hamcrest.version>3.0</hamcrest.version>
48-
<mockito-core.version>5.18.0</mockito-core.version>
49-
<junit.version>5.13.3</junit.version>
48+
<mockito-core.version>5.20.0</mockito-core.version>
49+
<junit.version>5.13.4</junit.version>
5050
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
5151
<testng.version>7.11.0</testng.version>
5252
<jarchivelib.version>1.2.0</jarchivelib.version>
5353
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
54-
<commons-compress.version>1.27.1</commons-compress.version>
54+
<commons-compress.version>1.28.0</commons-compress.version>
5555
<!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
56-
<commons-codec.version>1.18.0</commons-codec.version>
57-
<bouncycastle-jdk18on.version>1.81</bouncycastle-jdk18on.version>
56+
<commons-codec.version>1.19.0</commons-codec.version>
57+
<bouncycastle-jdk18on.version>1.82</bouncycastle-jdk18on.version>
5858
<logback-classic.version>1.2.13</logback-classic.version>
59-
<jackson.version>2.19.1</jackson.version>
60-
<lombok.version>1.18.38</lombok.version>
61-
<svm.version>24.2.1</svm.version>
62-
<micrometer.version>1.15.2</micrometer.version>
63-
<blockhound.version>1.0.13.RELEASE</blockhound.version>
59+
<jackson.version>2.20.0</jackson.version>
60+
<lombok.version>1.18.42</lombok.version>
61+
<svm.version>24.2.2</svm.version>
62+
<micrometer.version>1.15.4</micrometer.version>
63+
<blockhound.version>1.0.14.RELEASE</blockhound.version>
6464
<testcontainers.version>1.21.3</testcontainers.version>
6565
<build-resources.version>2024-12.1</build-resources.version>
6666
<!-- To be overwritten by child projects -->

0 commit comments

Comments
 (0)