Skip to content

Commit 8bc3322

Browse files
Bump confluentVersion from 7.7.0 to 7.7.1 (#229)
Bumps `confluentVersion` from 7.7.0 to 7.7.1. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.7.0 to 7.7.1 - [Commits](confluentinc/schema-registry@v7.7.0...v7.7.1) Updates `io.confluent:kafka-schema-registry-client` from 7.7.0 to 7.7.1 - [Commits](confluentinc/schema-registry@v7.7.0...v7.7.1) --- updated-dependencies: - dependency-name: io.confluent:kafka-streams-json-schema-serde dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.confluent:kafka-schema-registry-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b3e2d1 commit 8bc3322

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.11.1"
3636
val junitPioneerVersion = "2.2.0"
3737
val mockitoVersion = "5.14.1"
3838
val jmhVersion = "1.37"
39-
val confluentVersion = "7.7.0"
39+
val confluentVersion = "7.7.1"
4040
val vertxVersion = "4.5.10"
4141

4242
dependencies {

0 commit comments

Comments
 (0)