Skip to content

Commit b09bc57

Browse files
Merge pull request #27 from xdev-software/dependabot/maven/org.springframework.boot-spring-boot-dependencies-3.2.3
Bump org.springframework.boot:spring-boot-dependencies from 3.2.2 to 3.2.3
2 parents 7143ea4 + f9231cf commit b09bc57

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.2</org.springframework.boot.version>
23+
<org.springframework.boot.version>3.2.3</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
@@ -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.2</org.springframework.boot.version>
28+
<org.springframework.boot.version>3.2.3</org.springframework.boot.version>
2929
</properties>
3030

3131
<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.2</org.springframework.boot.version>
28+
<org.springframework.boot.version>3.2.3</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.2</org.springframework.boot.version>
53+
<org.springframework.boot.version>3.2.3</org.springframework.boot.version>
5454
<org.eclipse.store.version>1.1.0</org.eclipse.store.version>
5555
</properties>
5656

0 commit comments

Comments
 (0)