Skip to content

Commit a0a2bea

Browse files
Upgrade Spring Boot to 2.6.12
fixes gh-3471
1 parent 8f28db3 commit a0a2bea

File tree

6 files changed

+158
-160
lines changed

6 files changed

+158
-160
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.6.2'
3+
id 'org.springframework.boot' version '2.6.12'
44
}
55

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

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

+52-53
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.6.2'
3+
id 'org.springframework.boot' version '2.6.12'
44
}
55

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

0 commit comments

Comments
 (0)