From 2d1f030e8a1a77f83d1961552ef302db3dcce5d6 Mon Sep 17 00:00:00 2001 From: Tallicia Date: Tue, 7 May 2024 14:51:34 -0500 Subject: [PATCH] Revert "Build(deps): bump commons-codec:commons-codec from 1.16.1 to 1.17.0" This reverts commit 47d4987e1c30632f46b8a34f9344bf09454caee2. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa517fd4d..6751ad2d9 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { asciiDoctorConvertPluginVersion = '2.4.0' bcpkixFipsVersion = '1.0.7' bcFipsVersion = '1.0.2.5' - commonsCodecVersion = '1.17.0' // remove this after deleting (now deprecated) spring-security-oauth2 + commonsCodecVersion = '1.16.1' // remove this after deleting (now deprecated) spring-security-oauth2 flywayVersion = '7.15.0' guavaVersion = '33.2.0-jre' h2Version = '1.4.200'