Skip to content

Commit 4713189

Browse files
Release 4.0.19
Signed-off-by: Michael Simons <michael.simons@neo4j.com>
1 parent 74df729 commit 4713189

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGES.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
== 4.0
44

5+
=== 4.0.19
6+
7+
* [dependencies] Bump org.neo4j.driver:neo4j-java-driver from 5.28.5 to 5.28.9 (#1307)
8+
* [dependencies] Bump kotlin.version from 2.1.21 to 2.2.0 (#1297)
9+
* [dependencies] Bump org.jreleaser:jreleaser-maven-plugin (#1296)
10+
* [dependencies] Bump io.mockk:mockk-jvm from 1.14.4 to 1.14.5 (#1306)
11+
* [dependencies] Bump io.github.classgraph:classgraph (#1305)
12+
* [dependencies] Bump org.apache.maven.plugins:maven-enforcer-plugin (#1304)
13+
* [dependencies] Bump com.github.ben-manes.caffeine:caffeine (#1302)
14+
* [dependencies] Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#1301)
15+
* [dependencies] Bump com.github.spotbugs:spotbugs-maven-plugin (#1295)
16+
* [dependencies] Bump org.junit:junit-bom from 5.13.2 to 5.13.3 (#1294)
17+
* [dependencies] Bump org.testcontainers:neo4j from 1.21.0 to 1.21.3 (#1291)
18+
* [dependencies] Bump com.github.ben-manes.caffeine:caffeine (#1285)
19+
* [dependencies] Bump org.junit:junit-bom from 5.12.2 to 5.13.2 (#1293)
20+
* [dependencies] Bump org.mockito:mockito-junit-jupiter (#1278)
21+
* [dependencies] Bump org.codehaus.mojo:build-helper-maven-plugin (#1284)
22+
* [dependencies] Bump com.fasterxml.jackson:jackson-bom (#1286)
23+
* [dependencies] Bump net.bytebuddy:byte-buddy from 1.17.5 to 1.17.6 (#1289)
24+
* [dependencies] Bump io.mockk:mockk-jvm from 1.14.2 to 1.14.4 (#1290)
25+
* [dependencies] Bump com.puppycrawl.tools:checkstyle (#1292)
26+
* [dependencies] Bump kotlin.version from 2.1.20 to 2.1.21 (#1276)
27+
* [improvement] Make checking for the deprecation message for id more resilient.
28+
529
=== 4.0.18
630

731
* [dependencies] Bump io.mockk:mockk-jvm from 1.14.0 to 1.14.2 (#1275)

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:version: 4.0.18
1+
:version: 4.0.19
22

33
image:https://github.com/neo4j/neo4j-ogm/actions/workflows/maven.yml/badge.svg[https://github.com/neo4j/neo4j-ogm/actions/workflows/maven.yml]
44
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]

neo4j-ogm-docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ asciidoc:
99
neo4j-version: '5.25'
1010
neo4j-version-exact: '5.25.1'
1111
neo4j-buildnumber: '5.25'
12-
ogm-version: '4.0.18'
12+
ogm-version: '4.0.19'
1313
ogm-doc-version: '4.0'

0 commit comments

Comments
 (0)