From 07c97eb591d8b890f218cabfb4108a4da48e0d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:27:14 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.18.3 to 1.19.0 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.18.3 to 1.19.0. - [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.18.3...1.19.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers 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 5705c91c..a937540e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ subprojects { extra.apply { set("creekVersion", "0.4.2-SNAPSHOT") - set("testContainersVersion", "1.18.3") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers + set("testContainersVersion", "1.19.0") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers set("spotBugsVersion", "4.7.3") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations set("jacksonVersion", "2.15.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations set("picocliVersion", "4.7.4") // https://mvnrepository.com/artifact/info.picocli/picocli