From d1d984e0aae5b91601585057867f0cb0d188e1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:47:22 +0200 Subject: [PATCH] deps(upgrade): bump org.testcontainers:testcontainers (#770) Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.0 to 1.19.3. - [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.0...1.19.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c48f3e8..756ee6f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { testImplementation("org.mockito:mockito-core:4.11.0") testImplementation("org.mockito:mockito-inline:4.11.0") testImplementation("org.mockito:mockito-junit-jupiter:4.11.0") - testImplementation("org.testcontainers:testcontainers:1.19.0") + testImplementation("org.testcontainers:testcontainers:1.19.3") testImplementation("org.assertj:assertj-core:3.24.2") }