From 773b0f93b769c153d79e4f2cc1c0b6b23174bea0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 22 Oct 2021 11:26:22 +0200 Subject: [PATCH] Upgrade to Commons Compress 1.21 Closes gh-28429 --- 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 c5d357831a4..e07875a6703 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -20,7 +20,7 @@ bom { ] } } - library("Commons Compress", "1.20") { + library("Commons Compress", "1.21") { group("org.apache.commons") { modules = [ "commons-compress"