Skip to content
Closed
Show file tree
Hide file tree
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
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