From ac7747935567569ae478f2602a2d39dbd3bdb0cc Mon Sep 17 00:00:00 2001 From: Dave Nice Date: Tue, 11 Jun 2024 19:14:07 +0100 Subject: [PATCH] Update common to latest snapshot Signed-off-by: Dave Nice --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 133a6db..63675a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -88,7 +88,7 @@ repositories { defaultTasks("build") dependencies { - implementation("com.ibm.cics:cics-bundle-common:2.0.0") + implementation("com.ibm.cics:cics-bundle-common:2.0.1-SNAPSHOT") testImplementation("junit:junit:4.13.2") testImplementation("com.github.tomakehurst:wiremock-jre8:2.35.0") testImplementation(enforcedPlatform("org.spockframework:spock-bom:2.3-groovy-3.0"))