Skip to content

Commit

Permalink
Bump io.github.resilience4j:resilience4j-micrometer from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [io.github.resilience4j:resilience4j-micrometer](https://github.com/resilience4j/resilience4j) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/resilience4j/resilience4j/releases)
- [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc)
- [Commits](resilience4j/resilience4j@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: io.github.resilience4j:resilience4j-micrometer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent eb36fb5 commit 9f0ea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-validation:${springBootVersion}")
implementation("org.apache.httpcomponents:httpclient:${httpclientVersion}")
implementation("org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}")
implementation('io.github.resilience4j:resilience4j-micrometer:2.2.0')
implementation('io.github.resilience4j:resilience4j-micrometer:2.3.0')
implementation('io.micrometer:micrometer-registry-prometheus')
testImplementation("junit:junit:4.13.2")
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
Expand Down

0 comments on commit 9f0ea31

Please sign in to comment.