diff --git a/src/main/resources/META-INF/rewrite/springdoc.yml b/src/main/resources/META-INF/rewrite/springdoc.yml index 5c3e1b524..ad73cea7f 100644 --- a/src/main/resources/META-INF/rewrite/springdoc.yml +++ b/src/main/resources/META-INF/rewrite/springdoc.yml @@ -67,7 +67,7 @@ recipeList: artifactId: "*" - org.openrewrite.java.dependencies.AddDependency: groupId: org.springdoc - artifactId: springdoc-openapi-starter-webmvc-ui + artifactId: springdoc-openapi-ui version: 1.5.x # aligns with spring boot 2.6 ---