From e74071bd4b7308a525cf31580f9437004f2985ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:42:49 +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 b418d4c..24705d7 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.0' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.5' implementation group: 'commons-io', name: 'commons-io', version: '2.5' - implementation group: 'commons-codec', name: 'commons-codec', version: '1.10' + implementation group: 'commons-codec', name: 'commons-codec', version: '1.15' implementation group: 'org.apache.directory.api', name: 'api-ldap-client-api', version: '1.0.0' implementation group: 'org.apache.directory.api', name: 'api-ldap-codec-standalone', version: '1.0.0'