From f65dc9813d42a8b98df8ce61d003597777764604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:03:52 +0000 Subject: [PATCH] Bump confluentVersion from 8.0.0 to 8.0.1 Bumps `confluentVersion` from 8.0.0 to 8.0.1. Updates `io.confluent:kafka-streams-json-schema-serde` from 8.0.0 to 8.0.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v8.0.0...v8.0.1) Updates `io.confluent:kafka-schema-registry-client` from 8.0.0 to 8.0.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: io.confluent:kafka-streams-json-schema-serde dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.confluent:kafka-schema-registry-client dependency-version: 8.0.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 2e44459..4f8d551 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val junitVersion = "5.13.4" val junitPioneerVersion = "2.3.0" val mockitoVersion = "5.18.0" val jmhVersion = "1.37" -val confluentVersion = "8.0.0" +val confluentVersion = "8.0.1" val vertxVersion = "5.0.2" dependencies {