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'