From 01070a599be521d9d2b6039e647e807fd56e96c5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Aug 2024 14:26:19 +0000 Subject: [PATCH] chore: Update commons-compress from 1.27.0 to 1.27.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 3155b0af..d6ba3c91 100644 --- a/build.sc +++ b/build.sc @@ -92,7 +92,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe ivy"com.norbitltd::spoiwo:2.2.1", ivy"com.github.pjfanning:excel-streaming-reader:5.0.2", ivy"commons-io:commons-io:2.16.1", - ivy"org.apache.commons:commons-compress:1.27.0", + ivy"org.apache.commons:commons-compress:1.27.1", ivy"org.apache.logging.log4j:log4j-api:2.23.1", ivy"com.zaxxer:SparseBitSet:1.3", ivy"org.apache.commons:commons-collections4:4.4",