From ee1044f4a55ff81c6dc8700bbef47f98b7174dda Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:13:23 +0200 Subject: [PATCH] Upgrade to Commons Codec 1.16.0 Closes gh-36350 --- 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 2d09c05c392..fd699ea2a44 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -172,7 +172,7 @@ bom { ] } } - library("Commons Codec", "1.15") { + library("Commons Codec", "1.16.0") { group("commons-codec") { modules = [ "commons-codec"