We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c7c87 commit 2043f55Copy full SHA for 2043f55
.gitignore
@@ -36,5 +36,7 @@ target/
36
# docs project
37
.env
38
node_modules/
39
+package-lock.json
40
+
41
worktrees/
42
*/modules/api/
antora.yml
@@ -9,9 +9,9 @@ nav:
9
asciidoc:
10
attributes:
11
neo4j-version: '5.26'
12
- neo4j-version-exact: '5.26.4'
+ neo4j-version-exact: '5.26.5'
13
neo4j-buildnumber: '5.26'
14
- java-driver-version: '5.28.3'
+ java-driver-version: '5.28.4'
15
neo4j-documentation-branch: 'dev'
16
page-origin-private: false
17
neo4j-javadocs-base-uri: "https://neo4j.com/docs/java-reference/5/javadocs"
0 commit comments