Skip to content

Commit ae44644

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

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
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: 3 additions & 3 deletions
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 -->
@@ -47,7 +47,7 @@
4747
<slf4j-api.version>2.0.17</slf4j-api.version>
4848
<hamcrest.version>3.0</hamcrest.version>
4949
<mockito-core.version>5.20.0</mockito-core.version>
50-
<junit.version>6.0.0-RC3</junit.version>
50+
<junit.version>6.0.0</junit.version>
5151
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
5252
<testng.version>7.11.0</testng.version>
5353
<jarchivelib.version>1.2.0</jarchivelib.version>
@@ -56,7 +56,7 @@
5656
<!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
5757
<commons-codec.version>1.19.0</commons-codec.version>
5858
<bouncycastle-jdk18on.version>1.82</bouncycastle-jdk18on.version>
59-
<logback-classic.version>1.5.18</logback-classic.version>
59+
<logback-classic.version>1.5.19</logback-classic.version>
6060
<log4j.version>2.24.3</log4j.version>
6161
<jackson.version>2.20.0</jackson.version>
6262
<lombok.version>1.18.42</lombok.version>

0 commit comments

Comments
 (0)