From ecd81f2ab34e678749072614b6f3a6f9c24104d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:53:47 +0000 Subject: [PATCH] Bump com.coditory.gradle:integration-test-plugin from 1.4.5 to 2.2.5 Bumps com.coditory.gradle:integration-test-plugin from 1.4.5 to 2.2.5. --- updated-dependencies: - dependency-name: com.coditory.gradle:integration-test-plugin dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6e623b1..3b93312 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation(gradleApi()) implementation("com.coditory.gradle:manifest-plugin:0.2.6") - implementation("com.coditory.gradle:integration-test-plugin:1.4.5") + implementation("com.coditory.gradle:integration-test-plugin:2.2.5") compileOnly(kotlinGradlePlugin) compileOnly(ktlintPlugin) compileOnly(detectPlugin)