|
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.5.3</surefire.and.failsafe.version> |
| 28 | + <surefire.and.failsafe.version>3.5.4</surefire.and.failsafe.version> |
29 | 29 | <surefire.jpms.args/> |
30 | 30 | <failsafe.parallelizable.jpms.args/> |
31 | 31 | <failsafe.sequential.jpms.args/> |
|
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.--> |
41 | | - <netty-bom.version>4.2.2.Final</netty-bom.version> |
| 41 | + <netty-bom.version>4.2.6.Final</netty-bom.version> |
42 | 42 | <!-- Please note that when updating this dependency --> |
43 | 43 | <!-- (i.e. due to a security vulnerability or bug) that the --> |
44 | 44 | <!-- corresponding server dependency also needs updating.--> |
45 | 45 | <reactor-bom.version>2023.0.19</reactor-bom.version> |
46 | 46 | <slf4j-api.version>1.7.36</slf4j-api.version> |
47 | 47 | <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> |
50 | 50 | <!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 --> |
51 | 51 | <testng.version>7.11.0</testng.version> |
52 | 52 | <jarchivelib.version>1.2.0</jarchivelib.version> |
53 | 53 | <!-- 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> |
55 | 55 | <!-- 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> |
58 | 58 | <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> |
64 | 64 | <testcontainers.version>1.21.3</testcontainers.version> |
65 | 65 | <build-resources.version>2024-12.1</build-resources.version> |
66 | 66 | <!-- To be overwritten by child projects --> |
|
0 commit comments