From c24f58fd7603e3fba59de08362e916e2371b3307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:48:48 +0000 Subject: [PATCH 1/3] Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 in /dist Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.21.0 to 1.22.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.21.0...rel/commons-codec-1.22.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dist/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/build.gradle b/dist/build.gradle index 61972eca6..af45e9fec 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -110,7 +110,7 @@ dependencies { thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}") implementation("commons-logging:commons-logging:1.3.6") - implementation("commons-codec:commons-codec:1.21.0") + implementation("commons-codec:commons-codec:1.22.0") implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("org.apache.hive:hive-service:$hiveVersion") { exclude module: "log4j-slf4j-impl" From 192192aff5c51b1b25f391762f2ebcdd067e91bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 2 May 2026 00:50:12 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- dist/licenses/commons-codec-1.21.0.jar.sha1 | 1 - dist/licenses/commons-codec-1.22.0.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 dist/licenses/commons-codec-1.21.0.jar.sha1 create mode 100644 dist/licenses/commons-codec-1.22.0.jar.sha1 diff --git a/dist/licenses/commons-codec-1.21.0.jar.sha1 b/dist/licenses/commons-codec-1.21.0.jar.sha1 deleted file mode 100644 index 4fbbe1e7e..000000000 --- a/dist/licenses/commons-codec-1.21.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d95f998db5f89900fe895daf6cd2cddcb2f1d64b \ No newline at end of file diff --git a/dist/licenses/commons-codec-1.22.0.jar.sha1 b/dist/licenses/commons-codec-1.22.0.jar.sha1 new file mode 100644 index 000000000..5fa248915 --- /dev/null +++ b/dist/licenses/commons-codec-1.22.0.jar.sha1 @@ -0,0 +1 @@ +6b3eb4beb7058c2a638f5f17bcb388649fd339dd \ No newline at end of file From ffc99db5c5944a62ae96270fa66d1cc5c9c4042b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 2 May 2026 00:50:13 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf4a0d79..465920eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.2 to 4.0.5 - Bumps `com.google.protobuf:protobuf-java` from 4.34.0 to 4.34.1 in /spark/core - Bumps `software.amazon.awssdk:http-client-spi` from 2.42.4 to 2.42.17 +- Bumps `commons-codec:commons-codec` from 1.21.0 to 1.22.0 ## [2.0.0] ### Added