Skip to content

Commit

Permalink
Update dependency io.github.resilience4j:resilience4j-spring-boot3 to…
Browse files Browse the repository at this point in the history
… v2.3.0
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 8025534 commit 9613a70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache'
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.2.0'
implementation group: 'io.github.openfeign', name: 'feign-core', version: '13.2.1'
implementation group: 'io.github.resilience4j', name:'resilience4j-spring-boot3', version:'2.0.2'
implementation group: 'io.github.resilience4j', name:'resilience4j-spring-boot3', version:'2.3.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign-core'
implementation group: 'org.ff4j', name: 'ff4j-spring-boot-starter-webmvc', version: '2.1'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
Expand Down
2 changes: 1 addition & 1 deletion gov-pay-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = ''

dependencies {
implementation group: 'org.springframework', name: 'spring-context'
implementation group: 'io.github.resilience4j', name: 'resilience4j-spring-boot3', version: '2.2.0'
implementation group: 'io.github.resilience4j', name: 'resilience4j-spring-boot3', version: '2.3.0'
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.2'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '3.0.1'
testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'
Expand Down
2 changes: 1 addition & 1 deletion model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation (group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.3.0') {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
implementation group: 'io.github.resilience4j', name: 'resilience4j-spring-boot3', version: '2.2.0'
implementation group: 'io.github.resilience4j', name: 'resilience4j-spring-boot3', version: '2.3.0'
api group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '5.10.9'

testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test') {
Expand Down

0 comments on commit 9613a70

Please sign in to comment.