From 2bd6e39a9df3dccd51b07d58c6935bf334dc3e4a Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Sun, 19 Apr 2026 16:07:54 +0000 Subject: [PATCH] Update dependency org.springdoc:springdoc-openapi-starter-webflux-api to v2.8.17 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46d28b4..e145d27 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'com.nimbusds:nimbus-jose-jwt:9.47' implementation 'io.grpc:grpc-netty' implementation 'io.netty:netty-all' - implementation 'org.springdoc:springdoc-openapi-starter-webflux-api:2.7.0' + implementation 'org.springdoc:springdoc-openapi-starter-webflux-api:2.8.17' implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.7.0' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'