Skip to content

Commit

Permalink
Pin Curator dependencies to 5.3.0 util CURATOR-696 has been resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf2014 committed May 14, 2024
1 parent 760e449 commit d054260
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ updates:
# pin Testng dependencies to 7.3.0
- dependency-name: "org.testng"
versions: "[7.4.0,)"
# pin Curator dependencies to 5.3.0 util https://issues.apache.org/jira/browse/CURATOR-696 has been resolved
- dependency-name: "org.apache.curator"
versions: "[5.4.0,)"
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
<java.version>8</java.version>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<aether.version>0.9.0.M2</aether.version>
<!-- Downgraded the version of Apache Curator from 5.5.0 to 5.3.0 to avoid a bug in the new version
FYI, https://github.com/apache/druid/pull/16425 -->
<apache.curator.version>5.3.0</apache.curator.version>
<apache.kafka.version>3.6.1</apache.kafka.version>
<!-- when updating apache ranger, verify the usage of aws-bundle-sdk vs aws-logs-sdk
Expand Down

0 comments on commit d054260

Please sign in to comment.