Skip to content

Commit

Permalink
Release 4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Mar 18, 2024
1 parent 66be236 commit f66f97a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.adoc
Expand Up @@ -2,6 +2,21 @@

== 4.0

=== 4.0.10

* [dependencies] Bump com.github.spotbugs:spotbugs-maven-plugin (#1053)
* [dependencies] Bump org.apache.maven.plugins:maven-failsafe-plugin (#1040)
* [dependencies] Bump com.puppycrawl.tools:checkstyle (#1059)
* [dependencies] Bump org.testcontainers:neo4j from 1.19.3 to 1.19.7 (#1058)
* [dependencies] Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.11.0 (#1056)
* [dependencies] Bump org.neo4j.driver:neo4j-java-driver (#1055)
* [dependencies] Bump org.assertj:assertj-core from 3.25.1 to 3.25.3 (#1051)
* [dependencies] Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#1049)
* [dependencies] Bump slf4j.version from 2.0.10 to 2.0.11 (#1043)
* [dependencies] Bump org.apache.maven.plugins:maven-surefire-plugin (#1039)
* Update the copyright year (#1044)
* Fix UI bundle URL (#1038)

=== 4.0.9

* Introduce logging categories. (#989)
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
@@ -1,4 +1,4 @@
:version: 4.0.9
:version: 4.0.10

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
Expand Up @@ -9,5 +9,5 @@ asciidoc:
neo4j-version: '5.6'
neo4j-version-exact: '5.6.0'
neo4j-buildnumber: '5.6'
ogm-version: '4.0.9'
ogm-version: '4.0.10'
ogm-doc-version: '4.0'

0 comments on commit f66f97a

Please sign in to comment.