From e000adfb8915e60b6e96a74cab69d4afdcab61e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:09:12 +0000 Subject: [PATCH] Bump confluentVersion from 7.7.0 to 7.7.1 Bumps `confluentVersion` from 7.7.0 to 7.7.1. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.7.0 to 7.7.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.0...v7.7.1) Updates `io.confluent:kafka-schema-registry-client` from 7.7.0 to 7.7.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.0...v7.7.1) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5b0c026..ca8dece 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val junitVersion = "5.11.1" val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.13.0" val jmhVersion = "1.37" -val confluentVersion = "7.7.0" +val confluentVersion = "7.7.1" val vertxVersion = "4.5.10" dependencies {