Skip to content

Commit 266cd4e

Browse files
Upgrade Spring Boot to 2.6.13
fixes gh-3522
1 parent 1c4ad05 commit 266cd4e

File tree

6 files changed

+83
-83
lines changed

6 files changed

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

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

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

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

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

0 commit comments

Comments
 (0)