From 47be414e946a4e63ef75730a210bb21c7a6a753c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:04:23 +0000 Subject: [PATCH] Bump the development-dependencies group with 1 update (#8991) Bumps the development-dependencies group with 1 update: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java). Updates `org.testcontainers:testcontainers-bom` from 1.19.6 to 1.19.7 - [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.6...1.19.7) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1766a22665..33caeace4e 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ ext { springSecurityVersion = '6.1.7' springVersion = '6.0.17' springWsVersion = '4.0.10' - testcontainersVersion = '1.19.6' + testcontainersVersion = '1.19.7' tomcatVersion = '10.1.19' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20'