Skip to content

Commit d8c77d0

Browse files
Merge pull request #58 from xdev-software/renovate/org.springframework.boot.version
Update org.springframework.boot.version to v3.2.5
2 parents 55b7bf8 + ba22064 commit d8c77d0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ instructions** are in the documentation](https://xdev-software.github.io/spring-
5252
|---------------------------|--------|-------------|--------------|
5353
| ``<= 1.0.2`` | ``17`` | ``3.2.2`` | ``1.1.0`` |
5454
| ``1.0.3/1.0.4`` | ``17`` | ``3.2.3`` | ``1.2.0`` |
55-
| ``>= 1.0.5`` | ``17`` | ``3.2.3`` | ``1.3.2`` |
55+
| ``>= 1.0.5`` | ``17`` | ``3.2.5`` | ``1.3.2`` |
5656

5757
## Demo
5858

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.3.2</org.eclipse.store.version>
5555
<org.eclipse.serializer.version>1.3.2</org.eclipse.serializer.version>
5656
</properties>

0 commit comments

Comments
 (0)