aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-12-15 08:09:01 +0100
committerGitHub <noreply@github.com>2023-12-15 08:09:01 +0100
commit519c03cdebfacc467e853a19acc0ac374fd92b41 (patch)
treeecea87acf4f87655088abb51e6dedd848dcf94b7
parentcfa46e328f9e5ae78d33476571cc6bb1eb235a4b (diff)
parent8ba04e15d98c19cceb452a80ddec262d4fa66a04 (diff)
Merge pull request #29666 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.15.5
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 97508888f4f..32785a9fc91 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.15.4</version>
+ <version>5.15.5</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>