aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-09-01 11:34:11 +0200
committerGitHub <noreply@github.com>2023-09-01 11:34:11 +0200
commitdb9a01b26f2cdae3bde74437c2f21bc19ab31274 (patch)
tree342a5175de62ff234d115259a95a449349953fd9
parentde479b5f88451c483ec27cdc06a1e20d4e69423d (diff)
parent52c198e71da76149fb6c5fa4b0b6b5a25fee15d4 (diff)
Merge pull request #28344 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.5.0
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index c92927437d0..46dc5d5e875 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -307,7 +307,7 @@
-->
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
- <version>5.4.2</version>
+ <version>5.5.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>