From f62984374fef7d6d534f18a474f573dd8df3220b Mon Sep 17 00:00:00 2001 From: Specmatic Renovate Date: Thu, 18 Jun 2026 01:03:28 +0000 Subject: [PATCH] chore(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f0cb468..2028329 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-graphql" implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-webflux' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.17' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.3' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.graphql:spring-graphql-test'