We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d998d commit 2be0710Copy full SHA for 2be0710
build.gradle
@@ -34,7 +34,7 @@ dependencies {
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'
37
- implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4'
+ implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5'
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