From 49706acfc4864b7e51b5b2cd6ec9b33d2b759577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:55:45 +0000 Subject: [PATCH] Bump testcontainers_version from 1.19.1 to 1.19.2 Bumps `testcontainers_version` from 1.19.1 to 1.19.2. Updates `org.testcontainers:testcontainers` from 1.19.1 to 1.19.2 - [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.2) Updates `org.testcontainers:junit-jupiter` from 1.19.1 to 1.19.2 - [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.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter 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 4f68f50..4a4d7b4 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { kotlin_version = "1.9.20" rabbitmq_java_client_version = "5.20.0" junit_jupiter_version = "5.10.1" - testcontainers_version = "1.19.1" + testcontainers_version = "1.19.2" httpclient_version = "5.2.1" rabbitmq_http_client_version = "5.2.0" }