summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-11-25 22:42:27 +0100
committerGitHub <noreply@github.com>2023-11-25 22:42:27 +0100
commite090ce08f06345d04821a72ddc5fd7eca3a2fe4f (patch)
tree3377098e9fafab74a904ad88472a78009761d9c1 /parent
parent1c8a85dce5b1ae103555c01904db19cb917e810c (diff)
parentc41b55e4fa5a9757faf755a4842612fe6c369c4b (diff)
Merge pull request #29469 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.14.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 08770f80a24..d4a2036eb5f 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.13.0</version>
+ <version>5.14.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>