Skip to content

Commit

Permalink
Test with confluent 7.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnviousSwan committed Sep 30, 2024
1 parent 70ac474 commit c2ea239
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions dd-smoke-tests/datastreams/kafkaschemaregistry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jar {

dependencies {
implementation(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.6.0')
implementation 'io.confluent:kafka-schema-registry-client:7.5.2'
implementation 'io.confluent:kafka-avro-serializer:7.5.2'
implementation 'io.confluent:kafka-schema-registry-client:7.7.1'
implementation 'io.confluent:kafka-avro-serializer:7.7.1'
implementation('org.apache.avro:avro:1.11.0')
// Add SLF4J binding (Logback in this case)
implementation 'ch.qos.logback:logback-classic:1.2.6'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.25.3'
implementation group: 'io.confluent', name: 'kafka-protobuf-serializer', version: '7.5.1'
implementation group: 'io.confluent', name: 'kafka-protobuf-serializer', version: '7.7.1'
}

tasks.withType(Test).configureEach {
Expand Down
14 changes: 7 additions & 7 deletions dd-smoke-tests/datastreams/kafkaschemaregistry/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
io.confluent:common-utils:7.5.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-avro-serializer:7.5.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-protobuf-provider:7.5.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-protobuf-serializer:7.5.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-protobuf-types:7.5.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-schema-registry-client:7.5.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-schema-serializer:7.5.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:common-utils:7.7.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-avro-serializer:7.7.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-protobuf-provider:7.7.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-protobuf-serializer:7.7.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-protobuf-types:7.7.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-schema-registry-client:7.7.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:kafka-schema-serializer:7.7.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:logredactor-metrics:1.0.12=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.confluent:logredactor:1.0.12=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.swagger.core.v3:swagger-annotations:2.1.10=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down

0 comments on commit c2ea239

Please sign in to comment.