Skip to content

Commit 8df4d8d

Browse files
committed
Upgrade to Spring Boot 3.5.8
1 parent 7e70c98 commit 8df4d8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.6'
3+
id 'org.springframework.boot' version '3.5.8'
44
id 'com.vaadin' version '24.9.1'
55
}
66

complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.6</version>
9+
<version>3.5.8</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.6'
3+
id 'org.springframework.boot' version '3.5.8'
44
id 'com.vaadin' version '24.9.1'
55
}
66

initial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.6</version>
9+
<version>3.5.8</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)