From 17474350bab6a37c9571d9f299495d65da6fc08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 09:02:03 +0000 Subject: [PATCH] Bump org.testcontainers:kafka from 1.17.6 to 1.19.8 Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.19.8. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.6...1.19.8) --- updated-dependencies: - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 425ce42..9aaca65 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { testImplementation("io.kotest:kotest-property-jvm:${libs.versions.kotest.get()}") testImplementation("io.kotest:kotest-runner-junit5-jvm:${libs.versions.kotest.get()}") testImplementation(libs.testcontainer.postgresql) - testImplementation("org.testcontainers:kafka:1.17.6") + testImplementation("org.testcontainers:kafka:1.19.8") testImplementation("org.apache.kafka:kafka-streams-test-utils:3.3.1") testImplementation("no.nav.security:mock-oauth2-server:0.5.7")