Skip to content

Commit 08383b7

Browse files
committed
Update Spring Boot to version 3.5.8 in challenges 1 and 2
1 parent 3c4233b commit 08383b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

challenge-01/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.8</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>dev.cbos.o11yc</groupId>

challenge-02/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.8</version>
99
</parent>
1010
<groupId>dev.cbos.o11yc</groupId>
1111
<artifactId>challenge-02</artifactId>

0 commit comments

Comments
 (0)