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 e6d998d commit de674eeCopy full SHA for de674ee
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.1.0'
36
- implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.0'
+ implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.1'
37
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4'
38
testImplementation 'org.springframework.boot:spring-boot-starter-test'
39
testImplementation 'org.assertj:assertj-core:3.27.3'
0 commit comments