From 37125388d1271f67ec3a3722c20d23075d9257e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:39:44 +0000 Subject: [PATCH 1/3] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 in /mr 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] --- mr/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mr/build.gradle b/mr/build.gradle index 80b864c01..c45a9b7a9 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.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") testImplementation(project(":test:shared")) From 55eebaa78692c4dad71a915cdcc2ffcd876aca2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Jul 2024 21:41:05 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- licenses/commons-codec-1.17.0.jar.sha1 | 1 - licenses/commons-codec-1.17.1.jar.sha1 | 1 + mr/licenses/commons-codec-1.17.0.jar.sha1 | 1 - mr/licenses/commons-codec-1.17.1.jar.sha1 | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 licenses/commons-codec-1.17.0.jar.sha1 create mode 100644 licenses/commons-codec-1.17.1.jar.sha1 delete mode 100644 mr/licenses/commons-codec-1.17.0.jar.sha1 create mode 100644 mr/licenses/commons-codec-1.17.1.jar.sha1 diff --git a/licenses/commons-codec-1.17.0.jar.sha1 b/licenses/commons-codec-1.17.0.jar.sha1 deleted file mode 100644 index a4073ada5..000000000 --- a/licenses/commons-codec-1.17.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0dbe8eef6e14460e73da07f7b11bf994d6626355 \ No newline at end of file diff --git a/licenses/commons-codec-1.17.1.jar.sha1 b/licenses/commons-codec-1.17.1.jar.sha1 new file mode 100644 index 000000000..82b20bf50 --- /dev/null +++ b/licenses/commons-codec-1.17.1.jar.sha1 @@ -0,0 +1 @@ +973638b7149d333563584137ebf13a691bb60579 \ No newline at end of file diff --git a/mr/licenses/commons-codec-1.17.0.jar.sha1 b/mr/licenses/commons-codec-1.17.0.jar.sha1 deleted file mode 100644 index a4073ada5..000000000 --- a/mr/licenses/commons-codec-1.17.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0dbe8eef6e14460e73da07f7b11bf994d6626355 \ No newline at end of file diff --git a/mr/licenses/commons-codec-1.17.1.jar.sha1 b/mr/licenses/commons-codec-1.17.1.jar.sha1 new file mode 100644 index 000000000..82b20bf50 --- /dev/null +++ b/mr/licenses/commons-codec-1.17.1.jar.sha1 @@ -0,0 +1 @@ +973638b7149d333563584137ebf13a691bb60579 \ No newline at end of file From 0abc59257f0cff1e74419034f20e4fe61c280c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Jul 2024 21:41:06 +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 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