Skip to content

Commit 0277645

Browse files
committed
Upgrade to Spring Boot 3.5.0
Closes gh-16
1 parent 35adb5b commit 0277645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.1'
3+
id 'org.springframework.boot' version '3.5.0'
44
}
55

66
apply plugin: 'io.spring.dependency-management'

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.4.1'
3+
id 'org.springframework.boot' version '3.5.0'
44
}
55

66
apply plugin: 'io.spring.dependency-management'

0 commit comments

Comments
 (0)