diff --git a/build.gradle.kts b/build.gradle.kts index 68a3a9da..ce24285f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ subprojects { set("hamcrestVersion", "2.2") // https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core // Update kafka_version in `.github/workflows/build.yml` when updating this version set("kafkaVersion", "3.5.1") // https://mvnrepository.com/artifact/org.apache.kafka - set("testContainersVersion", "1.19.0") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers + set("testContainersVersion", "1.19.1") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers } val kafkaVersionOverride = System.getenv("CREEK_KAFKA_VERSION")