Skip to content

Commit

Permalink
Bump resilience4j-bulkhead from 1.7.1 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [resilience4j-bulkhead](https://github.com/resilience4j/resilience4j) from 1.7.1 to 2.0.2.
- [Release notes](https://github.com/resilience4j/resilience4j/releases)
- [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc)
- [Commits](resilience4j/resilience4j@v1.7.1...v2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2022
1 parent 781056d commit 388b2cb
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 @@ -72,7 +72,7 @@ dependencies {
implementation 'com.google.guava:guava:31.1-jre' // Overriding dependency of embedded-redis:0.8.1 due to CVE-2020-8908
implementation 'org.springdoc:springdoc-openapi-ui:1.6.14'
implementation 'com.opencsv:opencsv:5.7.1'
implementation 'io.github.resilience4j:resilience4j-bulkhead:1.7.1'
implementation 'io.github.resilience4j:resilience4j-bulkhead:2.0.2'
implementation 'io.github.resilience4j:resilience4j-spring-boot2:1.7.1'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit 388b2cb

Please sign in to comment.