Skip to content

Commit c51a5f4

Browse files
authored
update spring-boot.version to 3.2.1 (#430)
1 parent f600f4e commit c51a5f4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
<dependencyManagement>
1717
<dependencies>
1818
<dependency>
19-
<groupId>org.hibernate.orm</groupId>
20-
<artifactId>hibernate-platform</artifactId>
21-
<version>${hibernate.version}</version>
19+
<groupId>org.springframework.boot</groupId>
20+
<artifactId>spring-boot-dependencies</artifactId>
21+
<version>${spring-boot.version}</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>org.springframework.boot</groupId>
27-
<artifactId>spring-boot-dependencies</artifactId>
28-
<version>${spring-boot.version}</version>
26+
<groupId>org.hibernate.orm</groupId>
27+
<artifactId>hibernate-platform</artifactId>
28+
<version>${hibernate.version}</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</description>
1515

1616
<properties>
17-
<spring-boot.version>3.2.0</spring-boot.version>
17+
<spring-boot.version>3.2.1</spring-boot.version>
1818
<graphql-java.version>21.3</graphql-java.version>
1919
<evo-inflector.version>1.3</evo-inflector.version>
2020
<joda-time.version>2.12.5</joda-time.version>

0 commit comments

Comments
 (0)