From 3f3a51b033696b5b0d91bc781037d790eed4a009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 14:17:42 +0300 Subject: [PATCH] deps(upgrade): bump org.testcontainers:testcontainers (#738) Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.18.1 to 1.18.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.18.1...1.18.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index abf71814..2a00e5d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,8 +61,8 @@ dependencies { testImplementation("org.mockito:mockito-core:4.11.0") testImplementation("org.mockito:mockito-inline:3.9.0") testImplementation("org.mockito:mockito-junit-jupiter:3.9.0") - testImplementation("org.testcontainers:testcontainers:1.18.1") - testImplementation("org.testcontainers:testcontainers:1.18.1") + testImplementation("org.testcontainers:testcontainers:1.18.3") + testImplementation("org.testcontainers:testcontainers:1.18.3") testImplementation("org.assertj:assertj-core:3.24.2") }