Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.7.12
Browse files Browse the repository at this point in the history
Closes gh-3898
  • Loading branch information
jonatan-ivanov committed Jun 9, 2023
1 parent 887d92c commit 0ee7797
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 86 deletions.
12 changes: 6 additions & 6 deletions micrometer-core/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/micrometer-samples-boot2-reactive/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.11'
id 'org.springframework.boot' version '2.7.12'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
58 changes: 29 additions & 29 deletions samples/micrometer-samples-boot2-reactive/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/micrometer-samples-boot2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.11'
id 'org.springframework.boot' version '2.7.12'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
Loading

0 comments on commit 0ee7797

Please sign in to comment.