Skip to content

Commit

Permalink
Push wiremock version up
Browse files Browse the repository at this point in the history
To match cics-bundle-maven

Signed-off-by: Dave Nice <dave.nice@uk.ibm.com>
  • Loading branch information
davenice authored and Dave Nice committed Aug 21, 2024
1 parent 823c9b9 commit a6efa2a
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 @@ -107,7 +107,7 @@ defaultTasks("build")
dependencies {
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("com.github.tomakehurst:wiremock-jre8:2.35.1")
testImplementation(enforcedPlatform("org.spockframework:spock-bom:2.3-groovy-3.0"))
testImplementation("org.spockframework:spock-junit4")
testImplementation("org.spockframework:spock-core")
Expand Down

0 comments on commit a6efa2a

Please sign in to comment.