mirror of https://github.com/apache/kafka.git
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:
parent
be194f5dba
commit
416f8941ca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue