Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
val kafkaVersion = "3.9.0"
val springKafkaVersion = "3.3.9"
val sl4jVersion = "2.0.17"
val junitVersion = "5.13.4"
val junitVersion = "6.0.0"
val testcontainersVersion = "1.21.3"

"protobufSupportImplementation"("com.google.protobuf:protobuf-java:${rootProject.extra["protobufVersion"]}")
Expand Down