Skip to content

Commit 0e7d199

Browse files
committed
update 3.2.5
1 parent 9231c8d commit 0e7d199

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: example-application/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-example</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>3.2.3</version>
8+
<version>3.2.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: example-domain/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-example</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>3.2.3</version>
8+
<version>3.2.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: example-infrastructure-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-example</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>3.2.3</version>
8+
<version>3.2.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: example-restapi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-example</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>3.2.3</version>
8+
<version>3.2.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.5</version>
15+
<version>3.2.9</version>
1616
<relativePath/> <!-- lookup parent from repository -->
1717
</parent>
1818

1919
<groupId>com.codingapi.springboot</groupId>
2020
<artifactId>springboot-example</artifactId>
21-
<version>3.2.3</version>
21+
<version>3.2.5</version>
2222

2323
<name>springboot-example</name>
2424
<description>springboot-example project for Spring Boot</description>
2525
<properties>
2626
<java.version>17</java.version>
27-
<codingapi.framework.version>3.2.3</codingapi.framework.version>
27+
<codingapi.framework.version>3.2.5</codingapi.framework.version>
2828
</properties>
2929

3030
<dependencies>

0 commit comments

Comments
 (0)