This is an automated email from the ASF dual-hosted git repository.
showuon pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9983331d917 Revert "MINOR: Update apacheds to 2.0.0.AM26 (#19565)"
(#20341)
9983331d917 is described below
commit 9983331d917fe8f57c37c88f0749b757e5af0c87
Author: Sanskar Jhajharia <[email protected]>
AuthorDate: Tue Aug 12 13:41:09 2025 +0530
Revert "MINOR: Update apacheds to 2.0.0.AM26 (#19565)" (#20341)
This reverts commit 9a0239a03281e1dd5e132d9d899305ed92dc299c.
The version bump causes build failure on trunk:
https://github.com/apache/kafka/pull/19565#issuecomment-3177841140
Reviewers: Luke Chen <[email protected]>
---
gradle/dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 4f288d63c24..bd957d7f8a7 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -51,7 +51,7 @@ if ( !versions.scala.contains('-') ) {
versions += [
activation: "1.1.1",
apacheda: "1.0.2",
- apacheds: "2.0.0.AM26",
+ apacheds: "2.0.0-M24",
argparse4j: "0.7.0",
bcpkix: "1.80",
caffeine: "3.2.0",