Skip to content

Commit d28ee7b

Browse files
committed
Update to Spring Boot 3.5.7
Signed-off-by: onobc <[email protected]>
1 parent 41c7079 commit d28ee7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

timestamp-batch-3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.6</version>
8+
<version>3.5.7</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring</groupId>
1212
<artifactId>timestamp-batch-task</artifactId>
13-
<version>3.2.0</version>
13+
<version>3.2.1</version>
1414
<name>timestamp-batch-task</name>
1515
<description>Simple Timestamp sample.</description>
1616

timestamp-task-3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.6</version>
8+
<version>3.5.7</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring</groupId>
1212
<artifactId>timestamp-task</artifactId>
13-
<version>3.2.0</version>
13+
<version>3.2.1</version>
1414
<name>timestamp-task</name>
1515
<description>Simple Timestamp sample.</description>
1616

0 commit comments

Comments
 (0)