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.
2 parents 1ec6b82 + 204f117 commit a1ac746Copy full SHA for a1ac746
build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
implementation 'org.springframework.ai:spring-ai-starter-model-openai'
32
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.2.1'
33
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.2.1'
34
- implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14'
+ implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0'
35
testImplementation 'org.springframework.boot:spring-boot-starter-test'
36
testImplementation 'org.assertj:assertj-core:3.27.6'
37
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments