Skip to content

Commit ec0d262

Browse files
committed
Update to Spring Boot Dependency Management 1.1.7
1 parent 6b288b7 commit ec0d262

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,9 +1,9 @@
11
plugins {
22
id 'org.springframework.boot' version '3.5.8'
3+
id 'io.spring.dependency-management' version '1.1.7'
34
id 'java'
45
}
56

6-
apply plugin: 'io.spring.dependency-management'
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
22
id 'org.springframework.boot' version '3.5.8'
3+
id 'io.spring.dependency-management' version '1.1.7'
34
id 'java'
45
}
56

6-
apply plugin: 'io.spring.dependency-management'
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'

0 commit comments

Comments
 (0)