aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-11-19 00:56:11 +0100
committerGitHub <noreply@github.com>2023-11-19 00:56:11 +0100
commitf76b059c7a5deba46217e0fcd22b36ce79c4d3aa (patch)
tree83a493ad20f5adb9f67ff51c7c6f710d55cb1bad
parent5a3fdad18f119262bc3d3e26567c760eb37eac06 (diff)
parentfb70bc9a78eff768db9af9ed8acfe588173f7444 (diff)
Merge pull request #29376 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.13.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 7d64988d5a5..c6ae9cdc7e3 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.12.0</version>
+ <version>5.13.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>