Skip to content

Commit 1fcf78c

Browse files
chore: bump io.confluent:kafka-schema-registry from 8.1.0 to 8.1.1 (#233)
Bumps io.confluent:kafka-schema-registry from 8.1.0 to 8.1.1. --- updated-dependencies: - dependency-name: io.confluent:kafka-schema-registry dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec35047 commit 1fcf78c

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
@@ -18,7 +18,7 @@ repositories {
1818
// Dependencies versions
1919
dependencies {
2020
implementation(gradleApi())
21-
implementation("io.confluent:kafka-schema-registry:8.1.0") {
21+
implementation("io.confluent:kafka-schema-registry:8.1.1") {
2222
exclude("org.slf4j", "slf4j-log4j12")
2323
}
2424
}

0 commit comments

Comments
 (0)