Skip to content

Commit c542814

Browse files
authored
build(deps): update dependencies (#1698)
1 parent 1dc952c commit c542814

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

pom.xml

Lines changed: 10 additions & 10 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.0.0-M6</surefire.and.failsafe.version>
28+
<surefire.and.failsafe.version>3.5.3</surefire.and.failsafe.version>
2929
<!-- Skip deployment by default for everything in this project. -->
3030
<maven.deploy.skip>true</maven.deploy.skip>
3131

@@ -34,7 +34,7 @@
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.119.Final</netty-bom.version>
37+
<netty-bom.version>4.1.127.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.-->
@@ -44,16 +44,16 @@
4444
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
4545
<mockito-core.version>4.11.0</mockito-core.version>
4646
<junit.version>5.9.3</junit.version>
47-
<testng-engine.version>1.0.5</testng-engine.version>
47+
<testng-engine.version>1.0.6</testng-engine.version>
4848
<jarchivelib.version>1.2.0</jarchivelib.version>
49-
<bouncycastle-jdk18on.version>1.80</bouncycastle-jdk18on.version>
49+
<bouncycastle-jdk18on.version>1.81</bouncycastle-jdk18on.version>
5050
<logback-classic.version>1.2.13</logback-classic.version>
51-
<jackson.version>2.18.3</jackson.version>
52-
<lombok.version>1.18.36</lombok.version>
53-
<svm.version>21.3.13</svm.version>
54-
<micrometer.version>1.13.11</micrometer.version>
55-
<testcontainers.version>1.20.5</testcontainers.version>
56-
<build-resources.version>4.4.41</build-resources.version>
51+
<jackson.version>2.20.0</jackson.version>
52+
<lombok.version>1.18.40</lombok.version>
53+
<svm.version>21.3.15</svm.version>
54+
<micrometer.version>1.15.4</micrometer.version>
55+
<testcontainers.version>1.21.3</testcontainers.version>
56+
<build-resources.version>4.4.45</build-resources.version>
5757
<!-- To be overwritten by child projects -->
5858
<moduleName/>
5959
</properties>

testkit-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- Debug logging for backend messages. Empty string - off, Non-empty string - on. -->
2929
<testkit.debug.reqres></testkit.debug.reqres>
3030

31-
<docker-maven-plugin.version>0.36.1</docker-maven-plugin.version>
31+
<docker-maven-plugin.version>0.46.0</docker-maven-plugin.version>
3232
<docker.showLogs>true</docker.showLogs>
3333
</properties>
3434

0 commit comments

Comments
 (0)