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 Aug 15, 2024
1 parent 7fccf6c commit ae3c7fc
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 @@ -178,7 +178,7 @@ ext.libraries = [
]

ext {
springCloudVersion = 'Hoxton.SR5'
springCloudVersion = '2023.0.3'
}

dependencies {
Expand All @@ -196,7 +196,7 @@ dependencies {
exclude group: 'junit', module: 'junit'
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '2.2.6.RELEASE', {
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.1.4', {
exclude group: 'com.github.tomakehurst', module: 'wiremock-jre8-standalone'
}
integrationTestImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '2.35.2'
Expand Down

0 comments on commit ae3c7fc

Please sign in to comment.