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 8d9ff5eCopy full SHA for 8d9ff5e
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-starter-model-openai'
35
- implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.1.1'
+ implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.1.3'
36
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.1'
37
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
38
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments