From f658c58af966c32d499eb632d5b60f495d4122f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:43:00 +0000 Subject: [PATCH] Bump com.coditory.integration-test from 2.0.1 to 2.2.2 in /kotlin-kotest Bumps com.coditory.integration-test from 2.0.1 to 2.2.2. --- updated-dependencies: - dependency-name: com.coditory.integration-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin-kotest/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-kotest/build.gradle.kts b/kotlin-kotest/build.gradle.kts index 8691f67..5ee870c 100644 --- a/kotlin-kotest/build.gradle.kts +++ b/kotlin-kotest/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("jvm") version "2.0.21" - id("com.coditory.integration-test") version "2.0.1" + id("com.coditory.integration-test") version "2.2.2" } repositories {