Skip to content

Commit 7981c70

Browse files
Bump confluentVersion from 7.9.1 to 8.0.0 (#313)
Bumps `confluentVersion` from 7.9.1 to 8.0.0. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.9.1 to 8.0.0 - [Commits](confluentinc/schema-registry@v7.9.1...v8.0.0) Updates `io.confluent:kafka-schema-registry-client` from 7.9.1 to 8.0.0 - [Commits](confluentinc/schema-registry@v7.9.1...v8.0.0) --- updated-dependencies: - dependency-name: io.confluent:kafka-streams-json-schema-serde dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.confluent:kafka-schema-registry-client dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ff21b2 commit 7981c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ val junitVersion = "5.13.0"
3636
val junitPioneerVersion = "2.3.0"
3737
val mockitoVersion = "5.18.0"
3838
val jmhVersion = "1.37"
39-
val confluentVersion = "7.9.1"
39+
val confluentVersion = "8.0.0"
4040
val vertxVersion = "5.0.1"
4141

4242
dependencies {

0 commit comments

Comments
 (0)