From bb06f2d1b9c8c0722ec0330b665169f1902cf3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:07:14 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.17.3 to 1.17.6 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.17.3 to 1.17.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.17.3...1.17.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cdd18ba4..d1e3d4d3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ org-mongodb = "4.8.2" org-slf4j = "2.0.7" org-springframework-boot = "3.0.7" org-springframework = "6.0.13" -org-testcontainers = "1.17.3" +org-testcontainers = "1.17.6" org-junit = "5.9.3" [libraries]