This is an automated email from the ASF dual-hosted git repository.

mimaison 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 ab14d10abce MINOR: Upgrade bouncycastle to 1.84 (#22194)
ab14d10abce is described below

commit ab14d10abce7fc55ff32c6e7719cdba788be30fd
Author: Dejan Stojadinović <[email protected]>
AuthorDate: Tue May 5 16:38:58 2026 +0200

    MINOR: Upgrade bouncycastle to 1.84 (#22194)
    
    related links:
    - https://github.com/bcgit/bc-java/discussions/2289
    - https://github.com/bcgit/bc-java/blob/r1rv84/docs/releasenotes.html#L21
    - https://issues.apache.org/jira/browse/HADOOP-19866 upgrade bouncycastle 
to 1.84 due to multiple CVEs
    - JGit (future version 7.7.0):
    
    
https://github.com/eclipse-jgit/jgit/commit/02b34dc857a7a80fcf26b6d0a37a9592c7da7586
    
    Reviewers: Mickael Maison <[email protected]>, Ken Huang 
<[email protected]>, Murali Basani <[email protected]>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index e966eb9adf7..3df1bf80c70 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -53,7 +53,7 @@ versions += [
   apacheda: "1.0.2",
   apacheds: "2.0.0-M24",
   argparse4j: "0.7.0",
-  bcpkix: "1.83",
+  bcpkix: "1.84",
   caffeine: "3.2.0",
   bndlib: "7.1.0",
   checkstyle: project.hasProperty('checkstyleVersion') ? checkstyleVersion : 
"12.3.1",

Reply via email to