|
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.0.0-M6</surefire.and.failsafe.version> |
| 28 | + <surefire.and.failsafe.version>3.5.3</surefire.and.failsafe.version> |
29 | 29 | <!-- Skip deployment by default for everything in this project. -->
|
30 | 30 | <maven.deploy.skip>true</maven.deploy.skip>
|
31 | 31 |
|
|
34 | 34 | <!-- Please note that when updating this dependency -->
|
35 | 35 | <!-- (i.e. due to a security vulnerability or bug) that the -->
|
36 | 36 | <!-- 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> |
38 | 38 | <!-- Please note that when updating this dependency -->
|
39 | 39 | <!-- (i.e. due to a security vulnerability or bug) that the -->
|
40 | 40 | <!-- corresponding server dependency also needs updating.-->
|
|
44 | 44 | <hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
|
45 | 45 | <mockito-core.version>4.11.0</mockito-core.version>
|
46 | 46 | <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> |
48 | 48 | <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> |
50 | 50 | <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> |
57 | 57 | <!-- To be overwritten by child projects -->
|
58 | 58 | <moduleName/>
|
59 | 59 | </properties>
|
|
0 commit comments