From 6add28de694a8ea81df5959b307d3d58ab658d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:17:30 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.19.5 to 1.19.6 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [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.19.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 1644236d..b85dbc9b 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.5" } +testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19.6" } [plugins] git = { id = "com.palantir.git-version", version = "3.0.0" }