From 203d53f3f5c052c27691a079f684433f51035f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:40:52 -0700 Subject: [PATCH] Bump commons-codec:commons-codec from 1.15 to 1.16.0 in /dist (#298) * Bump commons-codec:commons-codec from 1.15 to 1.16.0 in /dist Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.16.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Updating SHAs Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- dist/build.gradle | 2 +- dist/licenses/commons-codec-1.15.jar.sha1 | 1 - dist/licenses/commons-codec-1.16.0.jar.sha1 | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 dist/licenses/commons-codec-1.15.jar.sha1 create mode 100644 dist/licenses/commons-codec-1.16.0.jar.sha1 diff --git a/dist/build.gradle b/dist/build.gradle index 55dc98aba..fad54e691 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -75,7 +75,7 @@ dependencies { thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}") implementation("commons-logging:commons-logging:1.2") - implementation("commons-codec:commons-codec:1.15") + implementation("commons-codec:commons-codec:1.16.0") implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("org.apache.hive:hive-service:$hiveVersion") { exclude module: "log4j-slf4j-impl" diff --git a/dist/licenses/commons-codec-1.15.jar.sha1 b/dist/licenses/commons-codec-1.15.jar.sha1 deleted file mode 100644 index 62d99837b..000000000 --- a/dist/licenses/commons-codec-1.15.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -49d94806b6e3dc933dacbd8acb0fdbab8ebd1e5d \ No newline at end of file diff --git a/dist/licenses/commons-codec-1.16.0.jar.sha1 b/dist/licenses/commons-codec-1.16.0.jar.sha1 new file mode 100644 index 000000000..7f13472ee --- /dev/null +++ b/dist/licenses/commons-codec-1.16.0.jar.sha1 @@ -0,0 +1 @@ +4e3eb3d79888d76b54e28b350915b5dc3919c9de \ No newline at end of file