Skip to content

Commit

Permalink
Bump curatorVersion from 5.6.0 to 5.7.0 (apache#5002)
Browse files Browse the repository at this point in the history
Bumps `curatorVersion` from 5.6.0 to 5.7.0.

Updates `org.apache.curator:curator-client` from 5.6.0 to 5.7.0
- [Commits](apache/curator@apache-curator-5.6.0...apache-curator-5.7.0)

Updates `org.apache.curator:curator-framework` from 5.6.0 to 5.7.0
- [Commits](apache/curator@apache-curator-5.6.0...apache-curator-5.7.0)

Updates `org.apache.curator:curator-recipes` from 5.6.0 to 5.7.0
- [Commits](apache/curator@apache-curator-5.6.0...apache-curator-5.7.0)

Updates `org.apache.curator:curator-test` from 5.6.0 to 5.7.0
- [Commits](apache/curator@apache-curator-5.6.0...apache-curator-5.7.0)

---
updated-dependencies:
- dependency-name: org.apache.curator:curator-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-recipes
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-test
  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>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 565ec1a commit a7f23f8
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 @@ -656,7 +656,7 @@ subprojects {
def dropwizardMetricsVersion = '4.2.26'
def opentelemetryVersion = '1.36.0'
def cloudeventsVersion = '3.0.0'
def curatorVersion = '5.6.0'
def curatorVersion = '5.7.0'
def mockitoVersion = '4.11.0'

dependencyManagement {
Expand Down

0 comments on commit a7f23f8

Please sign in to comment.