Skip to content

Commit 0473fe2

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

complete/configuration-client/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'

complete/configuration-service/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/configuration-client/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/configuration-service/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)