We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49fff2 commit e0ce89aCopy full SHA for e0ce89a
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation 'org.springframework.boot:spring-boot-starter-web'
34
implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter'
35
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.0.7'
36
- implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.0.7'
+ implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.0'
37
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
38
testImplementation 'org.springframework.boot:spring-boot-starter-test'
39
testImplementation 'org.assertj:assertj-core:3.27.3'
0 commit comments