aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-31 14:55:47 +0200
committerGitHub <noreply@github.com>2024-03-31 14:55:47 +0200
commit8d76cb614824dd7f55cdd92bc7eb9ad5d79caf93 (patch)
tree84bdefd9bb4a07b4fa181a515e929e4e0125fd48
parenta50e91042c8afc3441fa849382465cc7a9cfb44e (diff)
parent02ced2481061dea438199b81a6b81b678b76d227 (diff)
Merge pull request #30764 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.27.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 d71dd5b1130..ca399019aa6 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.26.0</version>
+ <version>5.27.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>