Skip to content

Commit

Permalink
fixing SpringFoxToSpringDoc to use 1.x-appropriate springdoc artifact
Browse files Browse the repository at this point in the history
helps with #638
  • Loading branch information
nmck257 authored Nov 25, 2024
1 parent 9e22521 commit ea7eb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/springdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
Expand Down

0 comments on commit ea7eb86

Please sign in to comment.