Skip to content

Commit 5232fe0

Browse files
committed
Update to Spring Boot 3.4.7
1 parent b1aff68 commit 5232fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.4.3'
2+
id 'org.springframework.boot' version '3.4.7'
33
id 'java'
44
}
55

initial/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.4.2</version>
8+
<version>3.4.7</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)