aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-12-17 23:17:02 +0100
committerGitHub <noreply@github.com>2023-12-17 23:17:02 +0100
commitcf240cc46d49220a30785f93288f6eff2dcc4f45 (patch)
tree0656ee97b6d796184316326e9ba98ec559b9c656
parentcb2695308b78211442d8bc36be0a20cc5eef3df5 (diff)
parentb0cd374325bdc281889fc00ac4a1aaa62cf686ac (diff)
Merge pull request #29688 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.xv8.275.39
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.16.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 32785a9fc91..45ea90fdb41 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.5</version>
+ <version>5.16.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>