Skip to content

Commit

Permalink
Bump versions for Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 1, 2024
1 parent 3a80069 commit bce6fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recipe-bom</artifactId>
<version>2.23.0</version>
<version>2.23.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -210,20 +210,20 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.46.0</version>
<version>5.46.1</version>
<configuration>
<failOnDryRunResults>true</failOnDryRunResults>
</configuration>
<dependencies>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-migrate-java</artifactId>
<version>2.30.0</version>
<version>2.30.1</version>
</dependency>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recommendations</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit bce6fb6

Please sign in to comment.