Skip to content

Commit

Permalink
Bump versions of rewrite-maven-plugin and plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 23, 2024
1 parent 9421a15 commit 0862d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.42.2</version>
<version>5.43.0</version>
<configuration>
<failOnDryRunResults>true</failOnDryRunResults>
</configuration>
<dependencies>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recommendations</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 0862d65

Please sign in to comment.