summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-17 09:15:31 +0100
committerGitHub <noreply@github.com>2024-01-17 09:15:31 +0100
commit9733c0980875b6397a9645a94225615093fbe725 (patch)
tree0bea5a92e3260bd8176d8b3db59cb6c604067ed8 /parent
parent85f9f35d01d6f284d07da1a9753a032aea91c310 (diff)
parentd9022f2eca68d278544d88f44da914a60394de99 (diff)
Merge pull request #29940 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.20.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 2947242d0cd..8ef4616c914 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.19.0</version>
+ <version>5.20.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>