From 7aeca75ef65f8a3404d8d0fd2a0f90fed7309ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:50:58 -0500 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.19.6 to 1.19.7 (#238) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e5c18142..77533512 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref protobuf-kotlinlite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" } slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" } spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" } -testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19.6" } +testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19.7" } [plugins] git = { id = "com.palantir.git-version", version = "3.0.0" }