|
36 | 36 | <!-- Please note that when updating this dependency -->
|
37 | 37 | <!-- (i.e. due to a security vulnerability or bug) that the -->
|
38 | 38 | <!-- corresponding server dependency also needs updating.-->
|
39 |
| - <netty-bom.version>4.1.115.Final</netty-bom.version> |
| 39 | + <netty-bom.version>4.1.117.Final</netty-bom.version> |
40 | 40 | <!-- Please note that when updating this dependency -->
|
41 | 41 | <!-- (i.e. due to a security vulnerability or bug) that the -->
|
42 | 42 | <!-- corresponding server dependency also needs updating.-->
|
43 |
| - <reactor-bom.version>2023.0.12</reactor-bom.version> |
| 43 | + <reactor-bom.version>2023.0.14</reactor-bom.version> |
44 | 44 | <slf4j-api.version>1.7.36</slf4j-api.version>
|
45 |
| - <hamcrest.version>2.2</hamcrest.version> |
46 |
| - <mockito-core.version>5.14.2</mockito-core.version> |
47 |
| - <junit.version>5.11.3</junit.version> |
| 45 | + <hamcrest.version>3.0</hamcrest.version> |
| 46 | + <mockito-core.version>5.15.2</mockito-core.version> |
| 47 | + <junit.version>5.11.4</junit.version> |
48 | 48 | <!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
|
49 | 49 | <testng.version>7.10.2</testng.version>
|
50 | 50 | <jarchivelib.version>1.2.0</jarchivelib.version>
|
51 | 51 | <!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
|
52 | 52 | <commons-compress.version>1.27.1</commons-compress.version>
|
53 | 53 | <!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
|
54 |
| - <commons-codec.version>1.17.1</commons-codec.version> |
55 |
| - <bouncycastle-jdk18on.version>1.79</bouncycastle-jdk18on.version> |
| 54 | + <commons-codec.version>1.18.0</commons-codec.version> |
| 55 | + <bouncycastle-jdk18on.version>1.80</bouncycastle-jdk18on.version> |
56 | 56 | <logback-classic.version>1.2.13</logback-classic.version>
|
57 |
| - <jackson.version>2.18.1</jackson.version> |
| 57 | + <jackson.version>2.18.2</jackson.version> |
58 | 58 | <lombok.version>1.18.36</lombok.version>
|
59 |
| - <svm.version>24.1.1</svm.version> |
60 |
| - <micrometer.version>1.13.8</micrometer.version> |
| 59 | + <svm.version>24.1.2</svm.version> |
| 60 | + <micrometer.version>1.13.10</micrometer.version> |
61 | 61 | <blockhound.version>1.0.10.RELEASE</blockhound.version>
|
62 | 62 | <testcontainers.version>1.20.4</testcontainers.version>
|
63 | 63 | <archunit-junit5.version>1.3.0</archunit-junit5.version>
|
64 |
| - <build-resources.version>2024-11.1</build-resources.version> |
| 64 | + <build-resources.version>2024-12.1</build-resources.version> |
65 | 65 | <!-- To be overwritten by child projects -->
|
66 | 66 | <moduleName/>
|
67 | 67 | </properties>
|
|
0 commit comments