Skip to content

Commit

Permalink
Merge branch '1.11.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Sep 26, 2023
2 parents 7f4e618 + db78517 commit ef3a4e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.15'
id 'org.springframework.boot' version '2.7.16'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
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.15'
id 'org.springframework.boot' version '2.7.16'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
2 changes: 1 addition & 1 deletion samples/micrometer-samples-spring-integration/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.15'
id 'org.springframework.boot' version '2.7.16'
}

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

0 comments on commit ef3a4e1

Please sign in to comment.