Skip to content
Open
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 build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ val confluentPlatformVersion = "6.0.2" // For compatibility tests use version 6.
// NOTE: Confluent Platform v6.0.3 has a dependency mismatch issue.
val hamcrestVersion = "2.2"
val jacksonVersion = "2.17.2" // This Jackson is used in the tests.
val jupiterVersion = "5.11.4"
val jupiterVersion = "5.12.0"
val kafkaVersion = "2.6.3"
val jettyVersion = "9.4.51.v20230217"
val junit4Version = "4.13.2"
Expand Down
Loading