From d094d89e4bf566b453c0f016bb30c41fa2e313f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:22:38 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.19.3 to 1.19.6 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.3 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.3...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4c71663..ec91719b 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { implementation 'org.xerial:sqlite-jdbc:3.44.1.0' implementation 'com.google.guava:guava:32.1.2-jre' implementation 'com.typesafe:config:1.4.3' - implementation 'org.testcontainers:testcontainers:1.19.3' + implementation 'org.testcontainers:testcontainers:1.19.6' implementation 'org.projectlombok:lombok:1.18.30' annotationProcessor 'org.projectlombok:lombok:1.18.30' implementation 'com.browserstack:browserstack-java-sdk:1.12.2'