Skip to content

Commit 370a1a8

Browse files
committed
Update to Spring Boot Dependency Management 1.1.7
Signed-off-by: Josh Cummings <[email protected]>
1 parent ce553e4 commit 370a1a8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

complete/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +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'
7-
87
group = 'com.example'
98
version = '0.0.1-SNAPSHOT'
109
sourceCompatibility = '17'

initial/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +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'
7-
87
group = 'com.example'
98
version = '0.0.1-SNAPSHOT'
109
sourceCompatibility = '17'

0 commit comments

Comments
 (0)