From 07f27a467060f00bebc7f75ace2d83f845a4914c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:01:31 +0000 Subject: [PATCH] Bump com.coditory.integration-test from 2.0.1 to 2.0.2 in /kotlin-junit5 Bumps com.coditory.integration-test from 2.0.1 to 2.0.2. --- updated-dependencies: - dependency-name: com.coditory.integration-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- kotlin-junit5/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-junit5/build.gradle.kts b/kotlin-junit5/build.gradle.kts index 9a17609..41c6b62 100644 --- a/kotlin-junit5/build.gradle.kts +++ b/kotlin-junit5/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("jvm") version "2.0.20" - id("com.coditory.integration-test") version "2.0.1" + id("com.coditory.integration-test") version "2.0.2" } repositories {