From 113a8ee0d46939be44cc216b15d3d867cadd4f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:16:56 +0000 Subject: [PATCH] Bump confluentVersion from 7.7.2 to 7.8.0 (#249) Bumps `confluentVersion` from 7.7.2 to 7.8.0. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.7.2 to 7.8.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.2...v7.8.0) Updates `io.confluent:kafka-schema-registry-client` from 7.7.2 to 7.8.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.2...v7.8.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] 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 cb96b30..569c30c 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.2" +val confluentVersion = "7.8.0" val vertxVersion = "4.5.11" dependencies {