|
5 | 5 |
|
6 | 6 | <groupId>org.neo4j.driver</groupId>
|
7 | 7 | <artifactId>neo4j-java-driver-parent</artifactId>
|
8 |
| - <version>5.24-SNAPSHOT</version> |
| 8 | + <version>5.25-SNAPSHOT</version> |
9 | 9 |
|
10 | 10 | <packaging>pom</packaging>
|
11 | 11 | <name>Neo4j Java Driver Project</name>
|
|
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.112.Final</netty-bom.version> |
| 39 | + <netty-bom.version>4.1.113.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.9</reactor-bom.version> |
| 43 | + <reactor-bom.version>2023.0.10</reactor-bom.version> |
44 | 44 | <slf4j-api.version>1.7.36</slf4j-api.version>
|
45 | 45 | <hamcrest.version>3.0</hamcrest.version>
|
46 | 46 | <mockito-core.version>5.13.0</mockito-core.version>
|
|
56 | 56 | <logback-classic.version>1.2.13</logback-classic.version>
|
57 | 57 | <jackson.version>2.17.2</jackson.version>
|
58 | 58 | <lombok.version>1.18.34</lombok.version>
|
59 |
| - <svm.version>24.0.2</svm.version> |
60 |
| - <micrometer.version>1.13.3</micrometer.version> |
| 59 | + <svm.version>24.1.0</svm.version> |
| 60 | + <micrometer.version>1.13.4</micrometer.version> |
61 | 61 | <blockhound.version>1.0.9.RELEASE</blockhound.version>
|
62 | 62 | <testcontainers.version>1.20.1</testcontainers.version>
|
63 | 63 | <build-resources.version>5.18.1</build-resources.version>
|
|
0 commit comments