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 <showuon@gmail.com>
This commit is contained in:
Gantigmaa Selenge 2025-04-28 01:29:46 +01:00 committed by GitHub
parent be194f5dba
commit 416f8941ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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