From 052a2ca6bbb7b0bd174cf28c5d13a355b7663912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:00:42 +0400 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.6 (#197) Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [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.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Vakhrushev --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a7fa7e6..ca6cb03 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation(libs.springdoc.openapi.ui) implementation(libs.springdoc.openapi.security) implementation("org.liquibase:liquibase-core:4.26.0") - implementation(platform("org.testcontainers:testcontainers-bom:1.19.5")) + implementation(platform("org.testcontainers:testcontainers-bom:1.19.6")) implementation("org.testcontainers:testcontainers") implementation("org.testcontainers:postgresql") implementation(platform("io.github.mfvanek:pg-index-health-bom:0.10.3"))