Skip to content

Commit 7cadefd

Browse files
authored
Update samples to Spring Boot 2.7.18 (#4409)
1 parent 166b7bc commit 7cadefd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/micrometer-samples-boot2-reactive/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.7.16'
3+
id 'org.springframework.boot' version '2.7.18'
44
}
55

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

samples/micrometer-samples-boot2/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.7.16'
3+
id 'org.springframework.boot' version '2.7.18'
44
}
55

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

samples/micrometer-samples-spring-integration/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.7.16'
3+
id 'org.springframework.boot' version '2.7.18'
44
}
55

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

0 commit comments

Comments
 (0)