Skip to content

Commit

Permalink
Upgrade Spring Boot to 2.6.12
Browse files Browse the repository at this point in the history
fixes gh-3471
  • Loading branch information
jonatan-ivanov committed Oct 7, 2022
1 parent 8f28db3 commit a0a2bea
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 160 deletions.
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.6.2'
id 'org.springframework.boot' version '2.6.12'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
105 changes: 52 additions & 53 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.6.2'
id 'org.springframework.boot' version '2.6.12'
}

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

0 comments on commit a0a2bea

Please sign in to comment.