We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef45c5b commit e5dfdcdCopy full SHA for e5dfdcd
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
37
implementation("io.confluent:kafka-avro-serializer:7.9.5")
38
implementation("org.apache.avro:avro:1.12.1")
39
- implementation("io.confluent:kafka-schema-registry-client:7.9.5")
+ implementation("io.confluent:kafka-schema-registry-client:8.1.1")
40
41
testImplementation 'org.springframework.boot:spring-boot-starter-test'
42
testImplementation('org.assertj:assertj-core:3.27.6', 'org.junit.jupiter:junit-jupiter-api:6.0.2')
0 commit comments