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"))