From 9fefe57dbdbae63f978420aaf24bb7cca4afbe29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:46:51 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.2 to 1.19.3 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.2 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.2...1.19.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom 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 c892b63eed1..105757152e9 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ ext { springSecurityVersion = '6.2.0' springVersion = '6.1.2' springWsVersion = '4.0.9' - testcontainersVersion = '1.19.2' + testcontainersVersion = '1.19.3' tomcatVersion = '10.1.17' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20'