Skip to content

Commit

Permalink
1.6.x Updating wiremock to a java8 compatible version (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertoimpl authored Sep 6, 2023
1 parent 14f7324 commit 9806be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
pmdVersion = "6.29.0"
springCredhubVersion = "2.3.0"
springFrameworkVersion = "5.3.22"
wiremockVersion = "2.27.2"
wiremockVersion = "2.35.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-app-broker-integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "io.rest-assured:rest-assured"
testImplementation "com.github.tomakehurst:wiremock:${wiremockVersion}"
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:${wiremockVersion}"
}

test {
Expand Down

0 comments on commit 9806be5

Please sign in to comment.