Skip to content

Commit

Permalink
Upgrade to Kafka 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 7, 2025
1 parent 4498d90 commit 0540022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema-registry-mock/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation(group = "org.wiremock", name = "wiremock", version = "3.10.0")

val junit5Version: String by project
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter-api", version = junit5Version)
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine", version = junit5Version)
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter-api", version = junit5Version)
testImplementation(group = "io.confluent", name = "kafka-protobuf-provider", version = confluentVersion)
}

0 comments on commit 0540022

Please sign in to comment.