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 416f8941ca8 MINOR: Update jgit to the latest version (#19564) 416f8941ca8 is described below commit 416f8941ca857fc3a1768d311e74583e0d040572 Author: Gantigmaa Selenge <39860586+tinasele...@users.noreply.github.com> AuthorDate: Mon Apr 28 01:29:46 2025 +0100 MINOR: Update jgit to the latest version (#19564) Upgrade to the latest version, 7.2.0.202503040940-r to address CVE-2023-4759. Reviewers: Luke Chen <show...@gmail.com> --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 036682572e4..57e73bc13cc 100644 --- a/build.gradle +++ b/build.gradle @@ -1760,11 +1760,11 @@ project(':generator') { implementation libs.jacksonJDK8Datatypes implementation libs.jacksonJakartarsJsonProvider - implementation 'org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r' + implementation 'org.eclipse.jgit:org.eclipse.jgit:7.2.0.202503040940-r' // SSH support for JGit based on Apache MINA sshd - implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.4.0.202211300538-r' + implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:7.2.0.202503040940-r' // GPG support for JGit based on BouncyCastle (commit signing) - implementation 'org.eclipse.jgit:org.eclipse.jgit.gpg.bc:6.4.0.202211300538-r' + implementation 'org.eclipse.jgit:org.eclipse.jgit.gpg.bc:7.2.0.202503040940-r' testImplementation libs.junitJupiter