From 6ae33be94ca8abab4f61172b5e9a9ab7492f9291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:05:18 +0000 Subject: [PATCH] Bump confluentVersion from 7.9.0 to 7.9.1 Bumps `confluentVersion` from 7.9.0 to 7.9.1. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.9.0 to 7.9.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.9.0...v7.9.1) Updates `io.confluent:kafka-schema-registry-client` from 7.9.0 to 7.9.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.9.0...v7.9.1) --- updated-dependencies: - dependency-name: io.confluent:kafka-streams-json-schema-serde dependency-version: 7.9.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.confluent:kafka-schema-registry-client dependency-version: 7.9.1 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 1f645ce..e1c0bd4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val junitVersion = "5.12.0" val junitPioneerVersion = "2.3.0" val mockitoVersion = "5.15.2" val jmhVersion = "1.37" -val confluentVersion = "7.9.0" +val confluentVersion = "7.9.1" val vertxVersion = "4.5.14" dependencies {