From 17449c24bcee96d7552fd648d3eddbf664ae5b35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 04:13:29 +0000 Subject: [PATCH] Bump commons-codec from 1.10 to 1.15 Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.10 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/1.10...rel/commons-codec-1.15) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a1c030da..8bc01919 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ sourceSets { dependencies { // Apache Commons - compile 'commons-codec:commons-codec:1.10' + compile 'commons-codec:commons-codec:1.15' compile 'commons-net:commons-net:3.3' // Apache HTTP