Skip to content

Commit 2debf49

Browse files
Upgrade Spring Boot to 2.3.12.RELEASE in samples
fixes gh-2827
1 parent 8e221d6 commit 2debf49

File tree

6 files changed

+132
-135
lines changed

6 files changed

+132
-135
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.3.0.RELEASE'
3+
id 'org.springframework.boot' version '2.3.12.RELEASE'
44
}
55

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

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

+40-41
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.3.0.RELEASE'
3+
id 'org.springframework.boot' version '2.3.12.RELEASE'
44
}
55

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

0 commit comments

Comments
 (0)