We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ec4bc commit 7aab0ffCopy full SHA for 7aab0ff
build.gradle
@@ -34,7 +34,7 @@ dependencies {
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'
37
- implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
+ implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8'
38
testImplementation 'org.springframework.boot:spring-boot-starter-test'
39
testImplementation 'org.assertj:assertj-core:3.27.3'
40
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments