|
34 | 34 | <maven.deploy.skip>true</maven.deploy.skip> |
35 | 35 |
|
36 | 36 | <!-- Versions --> |
37 | | - <neo4j-bolt-connection-bom.version>10.1.0</neo4j-bolt-connection-bom.version> |
| 37 | + <neo4j-bolt-connection-bom.version>10.1.1</neo4j-bolt-connection-bom.version> |
38 | 38 | <reactive-streams.version>1.0.4</reactive-streams.version> |
39 | 39 | <!-- Please note that when updating this dependency --> |
40 | 40 | <!-- (i.e. due to a security vulnerability or bug) that the --> |
41 | 41 | <!-- corresponding server dependency also needs updating.--> |
42 | | - <netty-bom.version>4.2.7.Final</netty-bom.version> |
| 42 | + <netty-bom.version>4.2.10.Final</netty-bom.version> |
43 | 43 | <!-- Please note that when updating this dependency --> |
44 | 44 | <!-- (i.e. due to a security vulnerability or bug) that the --> |
45 | 45 | <!-- corresponding server dependency also needs updating.--> |
46 | | - <reactor-bom.version>2024.0.11</reactor-bom.version> |
| 46 | + <reactor-bom.version>2024.0.15</reactor-bom.version> |
47 | 47 | <slf4j-api.version>2.0.17</slf4j-api.version> |
48 | 48 | <hamcrest.version>3.0</hamcrest.version> |
49 | 49 | <mockito-core.version>5.20.0</mockito-core.version> |
50 | | - <junit.version>6.0.1</junit.version> |
| 50 | + <junit.version>6.0.3</junit.version> |
51 | 51 | <!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 --> |
52 | | - <testng.version>7.11.0</testng.version> |
| 52 | + <testng.version>7.12.0</testng.version> |
53 | 53 | <jarchivelib.version>1.2.0</jarchivelib.version> |
54 | 54 | <!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 --> |
55 | 55 | <commons-compress.version>1.28.0</commons-compress.version> |
56 | 56 | <!-- an optional dependency of commons-compress used by TarArchiveOutputStream --> |
57 | | - <commons-codec.version>1.19.0</commons-codec.version> |
58 | | - <bouncycastle-jdk18on.version>1.82</bouncycastle-jdk18on.version> |
59 | | - <logback-classic.version>1.5.20</logback-classic.version> |
| 57 | + <commons-codec.version>1.21.0</commons-codec.version> |
| 58 | + <bouncycastle-jdk18on.version>1.83</bouncycastle-jdk18on.version> |
| 59 | + <logback-classic.version>1.5.32</logback-classic.version> |
60 | 60 | <log4j.version>2.24.3</log4j.version> |
61 | | - <jackson.version>2.20.1</jackson.version> |
| 61 | + <jackson.version>2.21.0</jackson.version> |
62 | 62 | <lombok.version>1.18.42</lombok.version> |
63 | | - <svm.version>25.0.1</svm.version> |
| 63 | + <svm.version>25.0.2</svm.version> |
64 | 64 | <micrometer.version>1.15.2</micrometer.version> |
65 | 65 | <micrometer-docs-generator.version>1.0.4</micrometer-docs-generator.version> |
66 | | - <blockhound.version>1.0.15.RELEASE</blockhound.version> |
67 | | - <testcontainers.version>1.21.3</testcontainers.version> |
68 | | - <build-resources.version>2024-12.1</build-resources.version> |
| 66 | + <blockhound.version>1.0.16.RELEASE</blockhound.version> |
| 67 | + <testcontainers.version>1.21.4</testcontainers.version> |
| 68 | + <build-resources.version>2026.02.3</build-resources.version> |
69 | 69 | <!-- To be overwritten by child projects --> |
70 | 70 | <moduleName/> |
71 | 71 | </properties> |
|
0 commit comments