From 50ef602d428a7b00352fda1e05d0717fbed6f9cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 11:13:38 +0000 Subject: [PATCH] fix(deps): update dependency commons-codec:commons-codec to v1.16.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c1eb8551..7f29e9c5 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ configurations { dependencies { implementation 'com.google.code.gson:gson:2.10.1' - implementation 'commons-codec:commons-codec:1.15' + implementation 'commons-codec:commons-codec:1.16.0' implementation 'commons-fileupload:commons-fileupload:1.5' implementation 'commons-logging:commons-logging:1.2' implementation 'commons-net:commons-net:3.9.0'