Skip to content

Commit

Permalink
Configure Serdes from TestTopology
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Apr 9, 2024
1 parent 5d79c08 commit 601be0b
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 @@ -6,7 +6,7 @@ dependencies {
"api"(group = "io.confluent", name = "kafka-schema-registry-client", version = confluentVersion)
"api"(group = "io.confluent", name = "kafka-streams-avro-serde", version = confluentVersion)

implementation(group = "org.wiremock", name = "wiremock", version = "3.4.2")
implementation(group = "org.wiremock", name = "wiremock", version = "3.3.1")

val junit5Version: String by project
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter-api", version = junit5Version)
Expand Down

0 comments on commit 601be0b

Please sign in to comment.