From e76ae6deea7bb27478a90cbf34709127f9f67ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:26:11 +0000 Subject: [PATCH] build(deps): bump testcontainersVersion from 1.19.6 to 1.19.7 Bumps `testcontainersVersion` from 1.19.6 to 1.19.7. Updates `org.testcontainers:junit-jupiter` 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) Updates `org.testcontainers:kafka` 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: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 952d755..14862ae 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ targetCompatibility = JavaVersion.VERSION_11 ext { kafkaVersion = "2.0.1" - testcontainersVersion = "1.19.6" + testcontainersVersion = "1.19.7" debeziumVersion = "1.3.0.Final" }