aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-07 10:53:08 +0100
committerGitHub <noreply@github.com>2024-02-07 10:53:08 +0100
commitd25f1efd59e9889f088cd5438b038a1842eb150e (patch)
treebab3a28afa282f2309223d5cccd470ae059b2b0a /parent/pom.xml
parentaf4c6255dafe863330d6d67e73f2526602509d86 (diff)
parentcded80d5f705fa94dc496352929fa81102dde1c6 (diff)
Merge pull request #30206 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.22.0
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 76e1a536289..c24bdd706ce 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.21.0</version>
+ <version>5.22.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>