From f7328825ecbbf77a22f2dce486160e582c4acd3f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:20:18 +0000 Subject: [PATCH] Upgrade to Commons Codec 1.14 Closes gh-19915 --- 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 cd60d013b9c..8e25cb2d186 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -174,7 +174,7 @@ bom { ] } } - library("Commons Codec", "1.13") { + library("Commons Codec", "1.14") { group("commons-codec") { modules = [ "commons-codec"