|
25 | 25 | <parallelizable.it.forkCount>2</parallelizable.it.forkCount> |
26 | 26 | <!-- All tests tagged are to be executed in parallel --> |
27 | 27 | <parallelizable.it.tags>parallelizableIT</parallelizable.it.tags> |
28 | | - <surefire.and.failsafe.version>3.1.2</surefire.and.failsafe.version> |
29 | | - <surefire.jpms.args/> |
| 28 | + <surefire.and.failsafe.version>3.5.3</surefire.and.failsafe.version> |
30 | 29 | <failsafe.parallelizable.jpms.args/> |
31 | 30 | <!-- Skip deployment by default for everything in this project. --> |
32 | 31 | <maven.deploy.skip>true</maven.deploy.skip> |
|
37 | 36 | <!-- Please note that when updating this dependency --> |
38 | 37 | <!-- (i.e. due to a security vulnerability or bug) that the --> |
39 | 38 | <!-- corresponding server dependency also needs updating.--> |
40 | | - <netty-bom.version>4.1.119.Final</netty-bom.version> |
| 39 | + <netty-bom.version>4.1.120.Final</netty-bom.version> |
41 | 40 | <!-- Please note that when updating this dependency --> |
42 | 41 | <!-- (i.e. due to a security vulnerability or bug) that the --> |
43 | 42 | <!-- corresponding server dependency also needs updating.--> |
44 | | - <reactor-bom.version>2023.0.16</reactor-bom.version> |
| 43 | + <reactor-bom.version>2023.0.17</reactor-bom.version> |
45 | 44 | <slf4j-api.version>1.7.36</slf4j-api.version> |
46 | 45 | <hamcrest.version>3.0</hamcrest.version> |
47 | | - <mockito-core.version>5.16.1</mockito-core.version> |
48 | | - <junit.version>5.11.4</junit.version> |
| 46 | + <mockito-core.version>5.17.0</mockito-core.version> |
| 47 | + <junit.version>5.12.2</junit.version> |
49 | 48 | <!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 --> |
50 | 49 | <testng.version>7.11.0</testng.version> |
51 | 50 | <jarchivelib.version>1.2.0</jarchivelib.version> |
|
56 | 55 | <bouncycastle-jdk18on.version>1.80</bouncycastle-jdk18on.version> |
57 | 56 | <logback-classic.version>1.2.13</logback-classic.version> |
58 | 57 | <jackson.version>2.18.3</jackson.version> |
59 | | - <lombok.version>1.18.36</lombok.version> |
60 | | - <svm.version>24.1.2</svm.version> |
61 | | - <micrometer.version>1.13.12</micrometer.version> |
| 58 | + <lombok.version>1.18.38</lombok.version> |
| 59 | + <svm.version>24.2.1</svm.version> |
| 60 | + <micrometer.version>1.14.6</micrometer.version> |
62 | 61 | <blockhound.version>1.0.11.RELEASE</blockhound.version> |
63 | 62 | <testcontainers.version>1.20.6</testcontainers.version> |
64 | 63 | <build-resources.version>2024-12.1</build-resources.version> |
|
312 | 311 | <artifactId>maven-surefire-plugin</artifactId> |
313 | 312 | <version>${surefire.and.failsafe.version}</version> |
314 | 313 | <configuration> |
315 | | - <argLine>${surefire.jpms.args}</argLine> |
316 | 314 | <trimStackTrace>false</trimStackTrace> |
317 | 315 | <classpathDependencyExcludes> |
318 | 316 | <classpathDependencyExclude>org.graalvm.nativeimage:svm</classpathDependencyExclude> |
|
0 commit comments