From f100d9d6ca415e643f59873f351ae9437be8dab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:50:12 +0000 Subject: [PATCH] chore(deps): bump commons-codec:commons-codec from 1.17.2 to 1.18.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9aec61e3a..813a6f45c 100644 --- a/build.gradle +++ b/build.gradle @@ -231,7 +231,7 @@ dependencies { testImplementation group: 'org.apache.kafka', name: 'kafka-streams', version: kafkaVersion testImplementation group: "io.confluent", name: "kafka-streams-avro-serde", version: confluentVersion testImplementation "io.confluent:kafka-connect-avro-converter:" + confluentVersion - testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.2' + testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.18.0' testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'org.hamcrest:hamcrest-library:3.0' testImplementation 'org.mockito:mockito-junit-jupiter'