From f042976dacf82a800833c40f1b93f4f4fb04e6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:51:59 +0000 Subject: [PATCH] Bump confluentVersion from 7.6.1 to 7.7.0 Bumps `confluentVersion` from 7.6.1 to 7.7.0. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.6.1 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.6.1...v7.7.0) Updates `io.confluent:kafka-schema-registry-client` from 7.6.1 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.6.1...v7.7.0) --- updated-dependencies: - dependency-name: io.confluent:kafka-streams-json-schema-serde dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.confluent:kafka-schema-registry-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8050d8d..d298d89 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val junitVersion = "5.10.3" val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.12.0" val jmhVersion = "1.37" -val confluentVersion = "7.6.1" +val confluentVersion = "7.7.0" val vertxVersion = "4.5.9" dependencies {