From e0669ff87a87eebe9465fe98dc99fc4d8e843f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 06:01:01 +0000 Subject: [PATCH] Bump confluentVersion from 7.7.1 to 7.7.2 (#247) Bumps `confluentVersion` from 7.7.1 to 7.7.2. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.7.1 to 7.7.2 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.1...v7.7.2) Updates `io.confluent:kafka-schema-registry-client` from 7.7.1 to 7.7.2 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.1...v7.7.2) --- updated-dependencies: - dependency-name: io.confluent:kafka-streams-json-schema-serde dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.confluent:kafka-schema-registry-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bf3cc4d..cc3fd1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val junitVersion = "5.11.3" val junitPioneerVersion = "2.3.0" val mockitoVersion = "5.14.2" val jmhVersion = "1.37" -val confluentVersion = "7.7.1" +val confluentVersion = "7.7.2" val vertxVersion = "4.5.10" dependencies {