From 55a930e1595e4c27f9eed5865a9d3a781a668d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:31:20 +1200 Subject: [PATCH] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 in /dist (#497) * Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 in /dist Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.0...rel/commons-codec-1.17.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Updating SHAs Signed-off-by: dependabot[bot] * Update changelog 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] --- CHANGELOG.md | 1 + dist/build.gradle | 2 +- dist/licenses/commons-codec-1.17.0.jar.sha1 | 1 - dist/licenses/commons-codec-1.17.1.jar.sha1 | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 dist/licenses/commons-codec-1.17.0.jar.sha1 create mode 100644 dist/licenses/commons-codec-1.17.1.jar.sha1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 13408f6b3..abad2df6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.2 - Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.111.Final - Bumps `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0 +- Bumps `commons-codec:commons-codec` from 1.17.0 to 1.17.1 ## [1.2.0] ### Changed diff --git a/dist/build.gradle b/dist/build.gradle index 145982c6d..0dd2a41c2 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -78,7 +78,7 @@ dependencies { thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}") implementation("commons-logging:commons-logging:1.3.3") - implementation("commons-codec:commons-codec:1.17.0") + implementation("commons-codec:commons-codec:1.17.1") 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.17.0.jar.sha1 b/dist/licenses/commons-codec-1.17.0.jar.sha1 deleted file mode 100644 index a4073ada5..000000000 --- a/dist/licenses/commons-codec-1.17.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0dbe8eef6e14460e73da07f7b11bf994d6626355 \ No newline at end of file diff --git a/dist/licenses/commons-codec-1.17.1.jar.sha1 b/dist/licenses/commons-codec-1.17.1.jar.sha1 new file mode 100644 index 000000000..82b20bf50 --- /dev/null +++ b/dist/licenses/commons-codec-1.17.1.jar.sha1 @@ -0,0 +1 @@ +973638b7149d333563584137ebf13a691bb60579 \ No newline at end of file