Skip to content

Commit

Permalink
Merge pull request #157 from IBM/update-common-bundle-in-gradle
Browse files Browse the repository at this point in the history
update-common-bundle-version
  • Loading branch information
stewartfrancis authored Aug 19, 2024
2 parents 031e8a2 + 6b2e74d commit def97f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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")
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"))
Expand Down

0 comments on commit def97f8

Please sign in to comment.