From 1fd8b0f7dcf1151638baf07a356d49cb63e57c23 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 20 Feb 2024 17:00:22 +0100 Subject: 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 --- WORKSPACE | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'WORKSPACE') 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( -- cgit v1.2.3