File tree Expand file tree Collapse file tree 6 files changed +1551
-5384
lines changed
modules/ROOT/pages/java-embedded Expand file tree Collapse file tree 6 files changed +1551
-5384
lines changed Original file line number Diff line number Diff line change 1+ . /.github / @ recrwplay
Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " npm" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
12+ groups :
13+ prod-dependencies :
14+ dependency-type : " production"
15+ dev-dependencies :
16+ dependency-type : " development"
17+ ignore :
18+ - dependency-name : " *"
19+ update-types : ["version-update:semver-patch"]
Original file line number Diff line number Diff line change 66- modules/ROOT/content-nav.adoc
77asciidoc :
88 attributes :
9- neo4j-version : ' 5.19 '
10- neo4j-version-exact : ' 5.19 .0'
11- neo4j-buildnumber : ' 5.19 '
12- java-driver-version : ' 5.19 .0'
9+ neo4j-version : ' 5.20 '
10+ neo4j-version-exact : ' 5.20 .0'
11+ neo4j-buildnumber : ' 5.20 '
12+ java-driver-version : ' 5.20 .0'
1313 neo4j-documentation-branch : ' dev'
1414 page-origin-private : false
1515 neo4j-javadocs-base-uri : " https://neo4j.com/docs/java-reference/5/javadocs"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ You can terminate (abort) a long-running transaction from another thread.
99[TIP]
1010====
1111The source code for the examples can befound at:
12- https://github.com/neo4j/neo4j-documentation/blob/5.0 /embedded-examples/src/main/java/org/neo4j/examples/TerminateTransactions.java[TerminateTransactions.java^]
12+ https://github.com/neo4j/neo4j-documentation/blob/{neo4j-version} /embedded-examples/src/main/java/org/neo4j/examples/TerminateTransactions.java[TerminateTransactions.java^]
1313====
1414
1515First, start the database server:
You can’t perform that action at this time.
0 commit comments