Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Bump org.testcontainers:kafka from 1.17.6 to 1.18.0 #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 @@ -7,7 +7,7 @@ val ktorVersion = "2.2.4"
val slf4jVersion = "2.0.7"
val kotlinxCoroutinesVersion = "1.6.4"
val openhtmltopdfVersion = "1.0.10"
val kafkaTestcontainerVersion = "1.17.6"
val kafkaTestcontainerVersion = "1.18.0"
val kafkaVersion = "3.4.0"
val handlebarsVersion = "4.3.1"
val fuelVersion = "2.3.1"
Expand Down