From e73854a86ddc80efa4991af464b3071cf94278ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:44:11 +0000 Subject: [PATCH] chore(deps): bump testcontainersVersion from 1.19.1 to 1.19.3 Bumps `testcontainersVersion` from 1.19.1 to 1.19.3. Updates `org.testcontainers:junit-jupiter` from 1.19.1 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.1...1.19.3) Updates `org.testcontainers:kafka` from 1.19.1 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.1...1.19.3) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:kafka 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 b636455..928a96d 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ ext { slf4jVersion = "1.7.36" - testcontainersVersion = "1.19.1" + testcontainersVersion = "1.19.3" wireMockVersion = "2.35.0" mockitoVersion = "5.2.0" }