Bump resilience4j.version from 2.0.2 to 2.1.0 (#160)

Bumps `resilience4j.version` from 2.0.2 to 2.1.0.

Updates `io.github.resilience4j:resilience4j-reactor` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/resilience4j/resilience4j/releases)
- [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc)
- [Commits](https://github.com/resilience4j/resilience4j/compare/v2.0.2...v2.1.0)

Updates `io.github.resilience4j:resilience4j-ratelimiter` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/resilience4j/resilience4j/releases)
- [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc)
- [Commits](https://github.com/resilience4j/resilience4j/compare/v2.0.2...v2.1.0)

Updates `io.github.resilience4j:resilience4j-bulkhead` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/resilience4j/resilience4j/releases)
- [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc)
- [Commits](https://github.com/resilience4j/resilience4j/compare/v2.0.2...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-10 12:11:08 +02:00
committed by GitHub
parent 6379846e84
commit 3dc982fe82
+1 -1
View File
@@ -16,7 +16,7 @@
<java.version>18</java.version>
<springdoc-openapi-ui.version>1.6.15</springdoc-openapi-ui.version>
<resilience4j.version>2.0.2</resilience4j.version>
<resilience4j.version>2.1.0</resilience4j.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-compress.version>1.21</commons-compress.version>
<protoc.plugin.version>3.11.4</protoc.plugin.version>