Skip to content

Commit edab2e6

Browse files
committed
build(deps): update dependencies
In addition, README has been updated.
1 parent d77639f commit edab2e6

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,12 @@ It works with both single instance and clustered databases.
66

77
Network communication is handled using [Bolt Protocol](https://7687.org/).
88

9-
## Versioning
10-
11-
Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on
12-
the last Friday of each month so as to maintain versioning consistency with the core product (Neo4j DBMS) which has also moved to a monthly cadence.
13-
14-
As a policy, patch versions will not be released except on rare occasions. Bug fixes and updates will go into the latest minor version and users should upgrade to that. Driver upgrades within a major version will never contain breaking API changes.
15-
169
## Supported Driver Series
1710

1811
| Driver Series | Supported Java Runtime versions | Status | Changelog |
1912
|---------------|---------------------------------|-----------------------------|-----------------------------------------------------------------------|
20-
| 5.x | 17 | Primary development branch. | [link](https://github.com/neo4j/neo4j-java-driver/wiki/5.x-changelog) |
13+
| 6.x | 17 | Primary development branch. | [link](https://github.com/neo4j/neo4j-java-driver/wiki/6.x-changelog) |
14+
| 5.x | 17 | Maintenance. | [link](https://github.com/neo4j/neo4j-java-driver/wiki/5.x-changelog) |
2115
| 4.4 | 8, 11 | Maintenance. | [link](https://github.com/neo4j/neo4j-java-driver/wiki/4.4-changelog) |
2216

2317
## Server Compatibility
@@ -112,6 +106,8 @@ Before contributing to this project, please take a few minutes to read our [Cont
112106

113107
### Java Version
114108

109+
For the 6.x Driver Series, the source code _must_ compile on Java 21 for Java 17 runtime.
110+
115111
For the 5.x Driver Series, the source code _must_ compile on Java 17.
116112

117113
For the 4.x Driver Series, the compilation requires Java 8.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<maven.deploy.skip>true</maven.deploy.skip>
3535

3636
<!-- Versions -->
37-
<neo4j-bolt-connection-bom.version>10.0.0</neo4j-bolt-connection-bom.version>
37+
<neo4j-bolt-connection-bom.version>10.0.1</neo4j-bolt-connection-bom.version>
3838
<reactive-streams.version>1.0.4</reactive-streams.version>
3939
<!-- Please note that when updating this dependency -->
4040
<!-- (i.e. due to a security vulnerability or bug) that the -->

0 commit comments

Comments
 (0)