From 6ed340675ae6474d1e8b7ad666020942ae0163f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 09:24:36 +0000 Subject: [PATCH] build(deps): bump commons-codec from 1.14 to 1.15 Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.14 to 1.15. - [Release notes](https://github.com/apache/commons-codec/releases) - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/commons-codec-1.14...rel/commons-codec-1.15) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 297953f9..0207d1b7 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ configurations { dependencies { implementation 'com.google.code.gson:gson:2.8.6' - implementation 'commons-codec:commons-codec:1.14' + implementation 'commons-codec:commons-codec:1.15' implementation 'commons-fileupload:commons-fileupload:1.4' implementation 'commons-logging:commons-logging:1.2' implementation 'commons-net:commons-net:3.8.0' -- 2.39.5