summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-02-20 17:00:22 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-02-20 17:05:47 +0100
commit1fd8b0f7dcf1151638baf07a356d49cb63e57c23 (patch)
tree58983c6b4a7c24988793f9f14b0fbec6b78a1737 /WORKSPACE
parent1f9feb613ac14cf44289d51d821f479584b3d456 (diff)
downloadjgit-1fd8b0f7dcf1151638baf07a356d49cb63e57c23.tar.gz
jgit-1fd8b0f7dcf1151638baf07a356d49cb63e57c23.zip
Update org.apache.commons:commons-compress to 1.26.0
The new version now requires commons-io for the tests. Hence adding dependency to commons-io:commons-io:2.15.1. Change-Id: Ieb50ef559a119c89f90d700ab95a73c0fcae85a8
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE10
1 files changed, 8 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 5694c39e96..baa534f756 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -150,8 +150,14 @@ maven_jar(
maven_jar(
name = "commons-compress",
- artifact = "org.apache.commons:commons-compress:1.25.0",
- sha1 = "9d35aec423da6c8a7f93d7e9e1c6b1d9fe14bb5e",
+ artifact = "org.apache.commons:commons-compress:1.26.0",
+ sha1 = "659feffdd12280201c8aacb8f7be94f9a883c824",
+)
+
+maven_jar(
+ name = "commons-io",
+ artifact = "commons-io:commons-io:2.15.1",
+ sha1 = "f11560da189ab563a5c8e351941415430e9304ea",
)
maven_jar(