Skip to content

Commit

Permalink
Update to Spring Boot and Spring Data Commons 3.4.1
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 Jan 23, 2025
1 parent baa29e1 commit ffb0baf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</parent>

<groupId>org.neo4j</groupId>
Expand Down Expand Up @@ -196,8 +196,8 @@
<neo4j.ogm.version>4.0.14</neo4j.ogm.version>
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
<source.level>${java.version}</source.level>
<spring-boot.version>3.4.0</spring-boot.version>
<springdata.commons>3.4.0</springdata.commons>
<spring-boot.version>3.4.1</spring-boot.version>
<springdata.commons>3.4.1</springdata.commons>
</properties>

<build>
Expand Down

0 comments on commit ffb0baf

Please sign in to comment.