Skip to content

Commit

Permalink
Release 4.0.13
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Simons <michael.simons@neo4j.com>
  • Loading branch information
michael-simons committed Dec 9, 2024
1 parent 2213639 commit 0de2d57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

== 4.0

=== 4.0.13

* [dependencies] Bump org.apache.maven.plugins:maven-javadoc-plugin (#1210)
* [dependencies] Bump com.fasterxml.jackson:jackson-bom (#1208)
* [dependencies] Bump org.neo4j.driver:neo4j-java-driver (#1207)
* [dependencies] Bump kotlin.version from 2.0.21 to 2.1.0 (#1206)
* [dependencies] Bump com.puppycrawl.tools:checkstyle (#1205)
* [dependencies] Bump org.neo4j.driver:neo4j-java-driver (#1203)
* [dependencies] Bump com.github.spotbugs:spotbugs-maven-plugin (#1202)
* [dependencies] Bump org.testcontainers:neo4j from 1.20.3 to 1.20.4 (#1204)
* [build] Fix flaky test.

=== 4.0.12

* [build] Test against Neo4j 5.25.1 by default.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:version: 4.0.12
:version: 4.0.13

image:https://github.com/neo4j/neo4j-ogm/actions/workflows/maven.yml/badge.svg[https://github.com/neo4j/neo4j-ogm/actions/workflows/maven.yml]
image:https://img.shields.io/maven-central/v/org.neo4j/neo4j-ogm.svg[Maven Central,link=http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.neo4j%22%20AND%20a%3A%22neo4j-ogm%22]
Expand Down
2 changes: 1 addition & 1 deletion neo4j-ogm-docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ asciidoc:
neo4j-version: '5.25'
neo4j-version-exact: '5.25.1'
neo4j-buildnumber: '5.25'
ogm-version: '4.0.12'
ogm-version: '4.0.13'
ogm-doc-version: '4.0'

0 comments on commit 0de2d57

Please sign in to comment.