From e63a30906c8bd189112f1d9f42a616f794dbfee8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 14:09:18 +0100 Subject: [PATCH] Upgrade to Commons Compress 1.23.0 Closes gh-36743 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 4924e97bf22..4b79ac50498 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -34,7 +34,7 @@ bom { ] } } - library("Commons Compress", "1.21") { + library("Commons Compress", "1.23.0") { group("org.apache.commons") { modules = [ "commons-compress"