Skip to content

Commit

Permalink
build: Update to Spring Data Commons 3.3.3 and Spring Boot 3.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Aug 19, 2024
1 parent 9ac6dbb commit 22c2248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2.4</version>
<version>3.3.3</version>
</parent>

<groupId>org.neo4j</groupId>
Expand Down Expand Up @@ -196,7 +196,7 @@
<neo4j.ogm.version>4.0.10</neo4j.ogm.version>
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
<source.level>${java.version}</source.level>
<spring-boot.version>3.2.3</spring-boot.version>
<spring-boot.version>3.3.2</spring-boot.version>
<springdata.commons>3.2.4</springdata.commons>
</properties>

Expand Down

0 comments on commit 22c2248

Please sign in to comment.