Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

4.0.2.1

Compare
Choose a tag to compare
@michael-simons michael-simons released this 12 Jun 09:25
· 37 commits to master since this release

Dependency updates

This release is about bumping the two main dependencies - Spring Boot and the Java Driver. The starter now targets Spring Boot 2.3.x and uses the Java Driver 4.0.2 by default. If you need to stick on Boot 2.2.x, you can use this starter at 4.0.1.1 and set <neo4j-java-driver.version>4.0.2</neo4j-java-driver.version> in your build descriptor.

See the drivers changelog for the improvements we made with 4.0.2: https://github.com/neo4j/neo4j-java-driver/wiki/4.0-changelog#402

Neo4j Test Harness has been update to 4.0.5 in the examples and to 3.5.18 in the default configuration that provides a test harness bean.
Neo4j-OGM has been updated to 3.2.12 in the examples