Skip to content

Commit

Permalink
Update dependencies (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed Sep 26, 2024
1 parent 9c0518e commit d0211a0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion benchkit-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>neo4j-java-driver-parent</artifactId>
<groupId>org.neo4j.driver</groupId>
<version>5.24-SNAPSHOT</version>
<version>5.25-SNAPSHOT</version>
</parent>

<artifactId>benchkit-backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver-parent</artifactId>
<version>5.24-SNAPSHOT</version>
<version>5.25-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver-parent</artifactId>
<version>5.24-SNAPSHOT</version>
<version>5.25-SNAPSHOT</version>
</parent>

<artifactId>neo4j-java-driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver-parent</artifactId>
<version>5.24-SNAPSHOT</version>
<version>5.25-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.doc.driver</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver-parent</artifactId>
<version>5.24-SNAPSHOT</version>
<version>5.25-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Neo4j Java Driver Project</name>
Expand Down Expand Up @@ -36,11 +36,11 @@
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<netty-bom.version>4.1.112.Final</netty-bom.version>
<netty-bom.version>4.1.113.Final</netty-bom.version>
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<reactor-bom.version>2023.0.9</reactor-bom.version>
<reactor-bom.version>2023.0.10</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>3.0</hamcrest.version>
<mockito-core.version>5.13.0</mockito-core.version>
Expand All @@ -56,8 +56,8 @@
<logback-classic.version>1.2.13</logback-classic.version>
<jackson.version>2.17.2</jackson.version>
<lombok.version>1.18.34</lombok.version>
<svm.version>24.0.2</svm.version>
<micrometer.version>1.13.3</micrometer.version>
<svm.version>24.1.0</svm.version>
<micrometer.version>1.13.4</micrometer.version>
<blockhound.version>1.0.9.RELEASE</blockhound.version>
<testcontainers.version>1.20.1</testcontainers.version>
<build-resources.version>5.18.1</build-resources.version>
Expand Down
2 changes: 1 addition & 1 deletion testkit-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>neo4j-java-driver-parent</artifactId>
<groupId>org.neo4j.driver</groupId>
<version>5.24-SNAPSHOT</version>
<version>5.25-SNAPSHOT</version>
</parent>

<artifactId>testkit-backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testkit-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver-parent</artifactId>
<version>5.24-SNAPSHOT</version>
<version>5.25-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit d0211a0

Please sign in to comment.