From e834c6706c14954b1007e82806822cbcccbcd2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:53:55 +0000 Subject: [PATCH] Bump confluentVersion from 7.3.3 to 7.5.0 Bumps `confluentVersion` from 7.3.3 to 7.5.0. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.3.3 to 7.5.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.3.3...v7.5.0) Updates `io.confluent:kafka-schema-registry-client` from 7.3.3 to 7.5.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.3.3...v7.5.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 57233d9..ffcbef9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ val junitPioneerVersion = "2.0.1" val mockitoVersion = "5.5.0" val hamcrestVersion = "2.2" val jmhVersion = "1.36" -val confluentVersion = "7.3.3" +val confluentVersion = "7.5.0" val vertxVersion = "4.4.1" dependencies {