From 6428e5f65caafdbb8365dbe02f37c7abb0997f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:04:42 +0000 Subject: [PATCH 1/3] Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 in /mr Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.2 to 1.18.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.17.2...rel/commons-codec-1.18.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mr/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mr/build.gradle b/mr/build.gradle index 0184f62bc..b1ef96cd6 100644 --- a/mr/build.gradle +++ b/mr/build.gradle @@ -58,7 +58,7 @@ dependencies { embedded(project(path: ":thirdparty", configuration: "shadow")) implementation("commons-logging:commons-logging:1.3.4") - implementation("commons-codec:commons-codec:1.17.2") + implementation("commons-codec:commons-codec:1.18.0") implementation("javax.xml.bind:jaxb-api:2.3.1") testImplementation(project(":test:shared")) From 08bb6344b387ad7bb0ae444ff2605fe5383aa697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Jan 2025 21:06:14 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- licenses/commons-codec-1.17.2.jar.sha1 | 1 - licenses/commons-codec-1.18.0.jar.sha1 | 1 + mr/licenses/commons-codec-1.17.2.jar.sha1 | 1 - mr/licenses/commons-codec-1.18.0.jar.sha1 | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 licenses/commons-codec-1.17.2.jar.sha1 create mode 100644 licenses/commons-codec-1.18.0.jar.sha1 delete mode 100644 mr/licenses/commons-codec-1.17.2.jar.sha1 create mode 100644 mr/licenses/commons-codec-1.18.0.jar.sha1 diff --git a/licenses/commons-codec-1.17.2.jar.sha1 b/licenses/commons-codec-1.17.2.jar.sha1 deleted file mode 100644 index 42ffc50c7..000000000 --- a/licenses/commons-codec-1.17.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -cd6bb9d856db5f61871a94d5801efd0b93b7fcb2 \ No newline at end of file diff --git a/licenses/commons-codec-1.18.0.jar.sha1 b/licenses/commons-codec-1.18.0.jar.sha1 new file mode 100644 index 000000000..01a6a8f44 --- /dev/null +++ b/licenses/commons-codec-1.18.0.jar.sha1 @@ -0,0 +1 @@ +ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f \ No newline at end of file diff --git a/mr/licenses/commons-codec-1.17.2.jar.sha1 b/mr/licenses/commons-codec-1.17.2.jar.sha1 deleted file mode 100644 index 42ffc50c7..000000000 --- a/mr/licenses/commons-codec-1.17.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -cd6bb9d856db5f61871a94d5801efd0b93b7fcb2 \ No newline at end of file diff --git a/mr/licenses/commons-codec-1.18.0.jar.sha1 b/mr/licenses/commons-codec-1.18.0.jar.sha1 new file mode 100644 index 000000000..01a6a8f44 --- /dev/null +++ b/mr/licenses/commons-codec-1.18.0.jar.sha1 @@ -0,0 +1 @@ +ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f \ No newline at end of file From fbf226b2d7703cf995f6db5ca37433f716ebc4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Jan 2025 21:06:15 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e463eb19a..bccbea04f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.2 - Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.116.Final - Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.29.3 -- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.17.2 +- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.18.0 ## [1.3.0] ### Added