From 72bdcf63b893377fa4dce7d33bd0a0447b6d9a32 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 11:53:36 +0200 Subject: [PATCH] Upgrade to Commons Codec 1.15 Closes gh-23344 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 525d97a694e..99e77c6ca5c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -179,7 +179,7 @@ bom { ] } } - library("Commons Codec", "1.14") { + library("Commons Codec", "1.15") { group("commons-codec") { modules = [ "commons-codec"