From ae4ebbe6857d76fd3682e2630f3c2e66c89a2bbe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 23 Jun 2020 11:32:43 +0100 Subject: [PATCH] Upgrade to Commons Compress 1.20 Closes gh-22071 --- 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 527248ca046..4d20ce239ae 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.19") { + library("Commons Compress", "1.20") { group("org.apache.commons") { modules = [ "commons-compress"