Skip to content

Commit

Permalink
Upgrade Spring Boot to 2.7.9
Browse files Browse the repository at this point in the history
Closes gh-3692
  • Loading branch information
jonatan-ivanov committed Mar 10, 2023
1 parent f2b5cae commit b4778de
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 100 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.7.8'
id 'org.springframework.boot' version '2.7.9'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
74 changes: 37 additions & 37 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.8'
id 'org.springframework.boot' version '2.7.9'
}

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

0 comments on commit b4778de

Please sign in to comment.