From a5427cbc81a1431b7c74166f07a73427d74f9fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:45:35 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.20.1 to 1.20.4 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.4. - [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.20.1...1.20.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 153bf242..96bb6a55 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -93,8 +93,8 @@ dependencies { // TODO: need to remove ??? implementation("org.slf4j:slf4j-reload4j:2.0.13") implementation("org.junit.jupiter:junit-jupiter-api:5.11.3") - implementation("org.testcontainers:testcontainers:1.20.1") - implementation("org.testcontainers:toxiproxy:1.20.1") + implementation("org.testcontainers:testcontainers:1.20.4") + implementation("org.testcontainers:toxiproxy:1.20.4") /* Will in side the Confluent Archive @@ -119,10 +119,10 @@ dependencies { // IntegrationTests testImplementation("org.testcontainers:clickhouse:1.20.3") - testImplementation("org.testcontainers:kafka:1.20.1") + testImplementation("org.testcontainers:kafka:1.20.4") testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("org.json:json:20240303") - testImplementation("org.testcontainers:toxiproxy:1.20.1") + testImplementation("org.testcontainers:toxiproxy:1.20.4") testImplementation("org.apache.httpcomponents.client5:httpclient5:5.3.1") testImplementation("com.clickhouse:clickhouse-jdbc:${project.extra["clickHouseDriverVersion"]}:all") testImplementation("com.clickhouse:clickhouse-client:${project.extra["clickHouseDriverVersion"]}")