Skip to content

Commit a4d654d

Browse files
committed
Update org.springframework.boot.version to v3.2.5
1 parent 93bb745 commit a4d654d

File tree

4 files changed

+4
-4
lines changed
  • spring-data-eclipse-store
  • spring-data-eclipse-store-benchmark
  • spring-data-eclipse-store-demo
  • spring-data-eclipse-store-jpa

4 files changed

+4
-4
lines changed

spring-data-eclipse-store-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2222

23-
<org.springframework.boot.version>3.2.3</org.springframework.boot.version>
23+
<org.springframework.boot.version>3.2.5</org.springframework.boot.version>
2424
<jmh.version>1.37</jmh.version>
2525
</properties>
2626

spring-data-eclipse-store-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<mainClass>software.xdev.spring.data.eclipse.store.demo.complex.ComplexDemoApplication</mainClass>
2525

26-
<org.springframework.boot.version>3.2.3</org.springframework.boot.version>
26+
<org.springframework.boot.version>3.2.5</org.springframework.boot.version>
2727
</properties>
2828

2929
<dependencyManagement>

spring-data-eclipse-store-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<mainClass>software.xdev.spring.data.eclipse.store.demo.complex.ComplexDemoApplication</mainClass>
2727

28-
<org.springframework.boot.version>3.2.3</org.springframework.boot.version>
28+
<org.springframework.boot.version>3.2.5</org.springframework.boot.version>
2929
</properties>
3030

3131
<dependencyManagement>

spring-data-eclipse-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5151

5252
<!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
53-
<org.springframework.boot.version>3.2.3</org.springframework.boot.version>
53+
<org.springframework.boot.version>3.2.5</org.springframework.boot.version>
5454
<org.eclipse.store.version>1.2.0</org.eclipse.store.version>
5555
</properties>
5656

0 commit comments

Comments
 (0)