From 0185a2ea66c26a3097c160b8d213fd44c85b44b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:26:26 +0000 Subject: [PATCH] Bump com.coditory.integration-test from 2.0.1 to 2.0.3 in /java-junit5 Bumps com.coditory.integration-test from 2.0.1 to 2.0.3. --- updated-dependencies: - dependency-name: com.coditory.integration-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- java-junit5/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-junit5/build.gradle b/java-junit5/build.gradle index 72fd17e..40521a2 100644 --- a/java-junit5/build.gradle +++ b/java-junit5/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.coditory.integration-test' version '2.0.1' + id 'com.coditory.integration-test' version '2.0.3' } repositories {