Bump openrewrite plugin + recipes (#16238)

This commit is contained in:
sullis 2024-04-08 02:43:57 -07:00 committed by GitHub
parent af24cc88ce
commit f4649fece9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1350,7 +1350,7 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.23.1</version>
<version>5.27.0</version>
<configuration>
<activeRecipes>
<recipe>org.apache.druid.RewriteRules</recipe>
@ -1369,7 +1369,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-testing-frameworks</artifactId>
<version>2.4.1</version>
<version>2.6.0</version>
</dependency>
</dependencies>
</plugin>