From 34b86d5a4459dd2c6b1d4dce9b019a54b49d9e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 14:02:40 +0000 Subject: [PATCH] chore(deps): bump testcontainers from 1.14.3 to 1.17.4 in /tests Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.14.3 to 1.17.4. - [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.14.3...1.17.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.gradle b/tests/build.gradle index 77c39fc..85a97bc 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13' - testImplementation "org.testcontainers:testcontainers:1.14.3" + testImplementation "org.testcontainers:testcontainers:1.17.4" testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30' }