Skip to content

Commit

Permalink
Use latest version of org.openrewrite.maven (#236)
Browse files Browse the repository at this point in the history
The current version used is not available on mvnrepository.com
We would like to update it to a valid version.
  • Loading branch information
kanish671 authored Oct 16, 2023
1 parent fc36cc4 commit c112f6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The [Spring 3 migration recipe](../../reference/recipes/java/spring/boot3/upgrad
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.7.2</version>
<version>5.8.1</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1</recipe>
Expand Down

0 comments on commit c112f6f

Please sign in to comment.