Skip to content

Commit a649ebc

Browse files
Update Java driver to latest LTS patch version.
1 parent 2e03369 commit a649ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/connect-drivers-java.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Add the Neo4j Java driver to the list of dependencies in the `pom.xml` of your M
77
<dependency>
88
<groupId>org.neo4j.driver</groupId>
99
<artifactId>neo4j-java-driver</artifactId>
10-
<version>5.28.2</version>
10+
<version>5.28.4</version>
1111
</dependency>
1212
----
1313

@@ -39,4 +39,4 @@ public class App {
3939
}
4040
}
4141
}
42-
----
42+
----

0 commit comments

Comments
 (0)