Skip to content

Commit

Permalink
Upgrade to Kafka 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 16, 2024
1 parent d48421c commit a32e702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brute-force-connect/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation(group = "io.confluent", name = "kafka-streams-protobuf-serde", version = confluentVersion)
testImplementation(group = "io.confluent", name = "kafka-streams-json-schema-serde", version = confluentVersion)

testImplementation(group = "com.adobe.testing", name = "s3mock-junit5", version = "2.1.8") {
testImplementation(group = "com.adobe.testing", name = "s3mock-junit5", version = "2.4.16") {
exclude(group = "ch.qos.logback")
exclude(group = "org.apache.logging.log4j", module = "log4j-to-slf4j")
}
Expand Down
2 changes: 1 addition & 1 deletion brute-force-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation(group = "io.confluent", name = "kafka-streams-protobuf-serde", version = confluentVersion)
testImplementation(group = "io.confluent", name = "kafka-streams-json-schema-serde", version = confluentVersion)

testImplementation(group = "com.adobe.testing", name = "s3mock-junit5", version = "2.1.8") {
testImplementation(group = "com.adobe.testing", name = "s3mock-junit5", version = "2.4.16") {
exclude(group = "ch.qos.logback")
exclude(group = "org.apache.logging.log4j", module = "log4j-to-slf4j")
}
Expand Down

0 comments on commit a32e702

Please sign in to comment.