Skip to content

Commit

Permalink
build: Update to Spring Boot and Spring Data Commons 3.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Simons <[email protected]>
  • Loading branch information
michael-simons committed Feb 12, 2025
1 parent 41f2e94 commit be20907
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.12</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
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.1</version>
<version>3.4.2</version>
</parent>

<groupId>org.neo4j</groupId>
Expand Down Expand Up @@ -196,8 +196,8 @@
<neo4j.ogm.version>4.0.15</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.1</spring-boot.version>
<springdata.commons>3.4.1</springdata.commons>
<spring-boot.version>3.4.2</spring-boot.version>
<springdata.commons>3.4.2</springdata.commons>
</properties>

<build>
Expand Down

0 comments on commit be20907

Please sign in to comment.