summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorEd Merks <ed.merks@gmail.com>2024-05-24 17:41:55 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-26 00:04:43 +0200
commit4a6d04b25b211faf6498ce8ae9ee034be3566dc7 (patch)
tree124f3d08f923d25084200c6839649e68ad0f88a9 /WORKSPACE
parentd43a92aee19e1c87ff51a116196da6999bf853ac (diff)
downloadjgit-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 'WORKSPACE')
-rw-r--r--WORKSPACE10
1 files changed, 8 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6df783f541..dcd71bb875 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -170,8 +170,14 @@ maven_jar(
maven_jar(
name = "commons-compress",
- artifact = "org.apache.commons:commons-compress:1.26.1",
- sha1 = "44331c1130c370e726a2e1a3e6fba6d2558ef04a",
+ artifact = "org.apache.commons:commons-compress:1.26.2",
+ sha1 = "eb1f823447af685208e684fce84783b43517960c",
+)
+
+maven_jar(
+ name = "commons-lang3",
+ artifact = "org.apache.commons:commons-lang3:3.14.0",
+ sha1 = "1ed471194b02f2c6cb734a0cd6f6f107c673afae",
)
maven_jar(