Skip to content

Commit eed4119

Browse files
Upgrade to Spring Boot 2.7.11
Closes gh-3819
1 parent 8280179 commit eed4119

File tree

6 files changed

+129
-129
lines changed

6 files changed

+129
-129
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.9'
3+
id 'org.springframework.boot' version '2.7.11'
44
}
55

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

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

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.9'
3+
id 'org.springframework.boot' version '2.7.11'
44
}
55

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

0 commit comments

Comments
 (0)