Skip to content

Commit

Permalink
Update spring cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 91057dc commit 5d2aed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def versions = [
springHystrix : '2.2.10.RELEASE',
pact_version : '4.1.38',
springDoc : '1.6.8',
springCloud : '3.1.6'
springCloud : '3.1.8'
]

mainClassName = 'uk.gov.hmcts.reform.iacasedocumentsapi.Application'
Expand Down Expand Up @@ -356,7 +356,7 @@ dependencies {

testImplementation 'pl.pragmatists:JUnitParams:1.1.1'

testImplementation(group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '3.1.6') {
testImplementation(group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '3.1.8') {
exclude group: "com.github.tomakehurst", module: "wiremock-standalone"
}

Expand Down

0 comments on commit 5d2aed7

Please sign in to comment.