aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-11-13 14:00:54 +0100
committerGitHub <noreply@github.com>2023-11-13 14:00:54 +0100
commit24c328285d8726f4cf1aefd323c1e5096a6f83e9 (patch)
tree23f2f0a083fbfa38046384d169672037dcce614e
parentae79cc5b43fdb072ddfd8b34521f9e9e956f6a79 (diff)
parent1e186856e5578232c01e158dfbd7937ea0cf3edb (diff)
Merge pull request #29319 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.xv8.258.16
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.11.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 cd427f2b848..15aee603f17 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.10.0</version>
+ <version>5.11.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>