Skip to content

Commit 3db9227

Browse files
committed
Update to Spring Boot Dependency Management
Signed-off-by: Josh Cummings <[email protected]>
1 parent 7e6856d commit 3db9227

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)