Skip to content

Commit

Permalink
Replace additional cases of ChangeDependency with version argument
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 8, 2024
1 parent 21afdef commit b5898f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/jakarta-ee-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ recipeList:
oldArtifactId: javax.interceptor-api
newGroupId: jakarta.interceptor
newArtifactId: jakarta.interceptor-api
version: latest.release
newVersion: latest.release
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
groupId: jakarta.interceptor
artifactId: jakarta.interceptor-api
Expand Down Expand Up @@ -686,7 +686,7 @@ recipeList:
oldArtifactId: jaxb-impl
newGroupId: org.glassfish.jaxb
newArtifactId: jaxb-runtime
version: latest.release
newVersion: latest.release
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
groupId: org.glassfish.jaxb
artifactId: jaxb-runtime
Expand Down

0 comments on commit b5898f6

Please sign in to comment.