We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49fff2 commit a628496Copy full SHA for a628496
build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation('org.springframework.boot:spring-boot-starter-validation')
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'
+ 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.0.7'
37
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
38
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments