Skip to content

Commit da49c5e

Browse files
Upgrade to Spring Boot 2.7.13
Closes gh-3966
1 parent 0f40b63 commit da49c5e

7 files changed

Lines changed: 127 additions & 127 deletions

File tree

micrometer-core/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
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.12'
3+
id 'org.springframework.boot' version '2.7.13'
44
}
55

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

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

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/micrometer-samples-boot2/build.gradle

Lines changed: 1 addition & 1 deletion
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.12'
3+
id 'org.springframework.boot' version '2.7.13'
44
}
55

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

0 commit comments

Comments
 (0)