From 9026f276eb79ad11c1db36daa117f8b90656ed72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:55:58 +0000 Subject: [PATCH] build(deps): bump testcontainersVersion from 1.19.8 to 1.20.1 Bumps `testcontainersVersion` from 1.19.8 to 1.20.1. Updates `org.testcontainers:junit-jupiter` from 1.19.8 to 1.20.1 - [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.8...1.20.1) Updates `org.testcontainers:kafka` from 1.19.8 to 1.20.1 - [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.8...1.20.1) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 83e91e1..d16a036 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ targetCompatibility = JavaVersion.VERSION_11 ext { kafkaVersion = "2.0.1" - testcontainersVersion = "1.19.8" + testcontainersVersion = "1.20.1" debeziumVersion = "1.3.0.Final" }