Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.github.resilience4j:resilience4j-bulkhead from 1.7.1 to 2.2.0 #749

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump io.github.resilience4j:resilience4j-bulkhead from 1.7.1 to 2.2.0
Bumps [io.github.resilience4j:resilience4j-bulkhead](https://github.com/resilience4j/resilience4j) from 1.7.1 to 2.2.0.
- [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.2.0)

---
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]>
dependabot[bot] authored May 30, 2024
commit f6071d686c3370889b673b96fb7b4e4bb311dae9
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -76,7 +76,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.2.0'
implementation 'io.github.resilience4j:resilience4j-spring-boot2:1.7.1'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'