Skip to content

Commit c5b6e1d

Browse files
author
Corneil du Plessis
authored
Update versions of timestamp-task and timestamp-batch 3.0.x to 3.1.0 and Spring Boot 3.3.3 (#205)
1 parent 3cdb233 commit c5b6e1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

timestamp-batch-3.0.x/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.2.8</version>
8+
<version>3.3.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring</groupId>
1212
<artifactId>timestamp-batch-task</artifactId>
13-
<version>3.0.0</version>
13+
<version>3.1.0</version>
1414
<name>timestamp-batch-task</name>
1515
<description>Simple Timestamp sample.</description>
1616

timestamp-task-3.0.x/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.2.8</version>
8+
<version>3.3.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring</groupId>
1212
<artifactId>timestamp-task</artifactId>
13-
<version>3.0.0</version>
13+
<version>3.1.0</version>
1414
<name>timestamp-task</name>
1515
<description>Simple Timestamp sample.</description>
1616

0 commit comments

Comments
 (0)