Skip to content

Commit

Permalink
Update dependencies (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Nov 28, 2024
1 parent eb0c130 commit c84ca38
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.26-SNAPSHOT</version>
<version>5.27-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.26-SNAPSHOT</version>
<version>5.27-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.26-SNAPSHOT</version>
<version>5.27-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.26-SNAPSHOT</version>
<version>5.27-SNAPSHOT</version>
</parent>

<groupId>org.neo4j.doc.driver</groupId>
Expand Down
12 changes: 6 additions & 6 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.26-SNAPSHOT</version>
<version>5.27-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Neo4j Java Driver Project</name>
Expand Down Expand Up @@ -59,9 +59,9 @@
<svm.version>24.1.1</svm.version>
<micrometer.version>1.13.8</micrometer.version>
<blockhound.version>1.0.10.RELEASE</blockhound.version>
<testcontainers.version>1.20.3</testcontainers.version>
<testcontainers.version>1.20.4</testcontainers.version>
<archunit-junit5.version>1.3.0</archunit-junit5.version>
<build-resources.version>5.18.1</build-resources.version>
<build-resources.version>2024-11.1</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down Expand Up @@ -515,7 +515,7 @@
<dependencies>
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>build-resources</artifactId>
<artifactId>resources</artifactId>
<version>${build-resources.version}</version>
</dependency>
</dependencies>
Expand All @@ -528,7 +528,7 @@
<failIfDisliked>true</failIfDisliked>
<failIfMissing>true</failIfMissing>
<plainTextReport>true</plainTextReport>
<prependText>licensing/notice-apache2-prefix.txt</prependText>
<prependText>license/neo4j_apache_v2/notice.txt</prependText>
<excludedGroups>
^((org.neo4j.driver){1})$
</excludedGroups>
Expand Down Expand Up @@ -557,7 +557,7 @@
<dependencies>
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>build-resources</artifactId>
<artifactId>resources</artifactId>
<version>${build-resources.version}</version>
</dependency>
</dependencies>
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.26-SNAPSHOT</version>
<version>5.27-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.26-SNAPSHOT</version>
<version>5.27-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit c84ca38

Please sign in to comment.