Skip to content

Commit 3687ef6

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/spring-data-eclipse-store into develop
2 parents c59d063 + 107a6d2 commit 3687ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

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

2424
<!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
25-
<org.springframework.boot.version>4.0.1</org.springframework.boot.version>
25+
<org.springframework.boot.version>4.0.2</org.springframework.boot.version>
2626
<org.eclipse.store.version>3.1.0</org.eclipse.store.version>
2727
<org.eclipse.serializer.version>3.1.0</org.eclipse.serializer.version>
2828
<org.eclipse.persistence.binary.jdk17.version>2.1.3</org.eclipse.persistence.binary.jdk17.version>

spring-data-eclipse-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252

5353
<!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
54-
<org.springframework.boot.version>4.0.1</org.springframework.boot.version>
54+
<org.springframework.boot.version>4.0.2</org.springframework.boot.version>
5555
<org.eclipse.store.version>3.1.0</org.eclipse.store.version>
5656
<org.eclipse.serializer.version>3.1.0</org.eclipse.serializer.version>
5757
<org.eclipse.persistence.binary.jdk17.version>2.1.3</org.eclipse.persistence.binary.jdk17.version>
5858
<hibernate-validator.version>9.0.1.Final</hibernate-validator.version>
5959
<jakarta.el-api.version>6.0.1</jakarta.el-api.version>
6060
<expressly.version>6.0.0</expressly.version>
61-
<hibernate-core.version>7.2.0.Final</hibernate-core.version>
61+
<hibernate-core.version>7.2.2.Final</hibernate-core.version>
6262
<micro-migration.version>3.0.2</micro-migration.version>
6363
</properties>
6464

0 commit comments

Comments
 (0)