From 86b64c11993b0114eeba5fd6f1b07f04c943f354 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:32:47 +0000 Subject: [PATCH] fix(deps): update dependency org.testcontainers:testcontainers to v1.20.3 --- buildSrc/src/main/kotlin/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 5d2da4f..5fd3a38 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -16,7 +16,7 @@ object PluginLibs { const val jooq = "3.14.13" const val docker = "8.1.0" const val shadow = "7.1.2" - const val testcontainers = "1.19.7" + const val testcontainers = "1.20.3" const val yaml = "2.2" }