From b0ab0bfab6f097483fdae49a6f7d88dc31c74c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 3 Mar 2019 17:06:22 +0000 Subject: [PATCH] Bump commons-codec from 1.11 to 1.12 in /core Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.11 to 1.12. - [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/commits) Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index ca09860f6e4..899dfaffdbe 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -110,7 +110,7 @@ dependencies { shaded 'org.zeroturnaround:zt-exec:1.10' shaded 'commons-lang:commons-lang:2.6' shaded 'commons-io:commons-io:2.6' - shaded 'commons-codec:commons-codec:1.11' + shaded 'commons-codec:commons-codec:1.12' // docker-java uses SslConfigurator from jersey-common for TLS shaded ('org.glassfish.jersey.core:jersey-common:2.27') { // SslConfigurator doesn't use classes from dependencies