summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-24 11:12:34 +0100
committerGitHub <noreply@github.com>2024-01-24 11:12:34 +0100
commit0d5d4f67d46aa52464d0cb286bfde3d1e7c2085b (patch)
treecf62515c9fc1211d18a9eecdcc7f3556a3c90bec /parent
parenteb785dc2613fd4390c6b8d63d9c7f481b0344cc0 (diff)
parentb0f0b67f8a498f9e669bf0a6425d7a21085fac06 (diff)
Merge pull request #30035 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.21.0
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 1528dad4016..c10c74c0cb1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -317,7 +317,7 @@
-->
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
- <version>5.20.0</version>
+ <version>5.21.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>