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 92ec4bc commit d4bbe03Copy full SHA for d4bbe03
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation 'org.springframework.boot:spring-boot-starter-web'
34
implementation 'org.springframework.ai:spring-ai-starter-model-openai'
35
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.1.1'
36
- implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.1'
+ implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.2'
37
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
38
testImplementation 'org.springframework.boot:spring-boot-starter-test'
39
testImplementation 'org.assertj:assertj-core:3.27.3'
0 commit comments