diff options
author | Ed Merks <ed.merks@gmail.com> | 2024-05-24 17:41:55 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-26 00:04:43 +0200 |
commit | 4a6d04b25b211faf6498ce8ae9ee034be3566dc7 (patch) | |
tree | 124f3d08f923d25084200c6839649e68ad0f88a9 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven | |
parent | d43a92aee19e1c87ff51a116196da6999bf853ac (diff) | |
download | jgit-4a6d04b25b211faf6498ce8ae9ee034be3566dc7.tar.gz jgit-4a6d04b25b211faf6498ce8ae9ee034be3566dc7.zip |
Update org.apache.commons:commons-compress to 1.26.2
commons-compress 1.26.0 added commons-lang3 as a transitive dependency.
Hence add it to the target platform, p2 repository and bazel build.
Change-Id: Iac5ca095d3e93176e21364a66a29c5e533168e16
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd index 38593a49d8..3735c6122c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd @@ -15,7 +15,12 @@ maven apache dependency { groupId = "org.apache.commons" artifactId = "commons-compress" - version = "1.26.1" + version = "1.26.2" + } + dependency { + groupId = "org.apache.commons" + artifactId = "commons-lang3" + version = "3.14.0" } dependency { groupId = "commons-io" |