aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-12-20 22:19:48 +0100
committerGitHub <noreply@github.com>2023-12-20 22:19:48 +0100
commit57595d4ee49e13ad5183361b0c6e4c8a250c6d3f (patch)
tree15b2fb55609e6fbf8da3d64da18d74271cf943c3 /parent/pom.xml
parent37ad949fb5bb3315c2aa43abe4ac2e0e8119f0b5 (diff)
parente822ad99db63b95a330cd1e8618941aadadec3ad (diff)
Merge pull request #29724 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.17.0
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index afcde6dd930..0506c87493c 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.16.1</version>
+ <version>5.17.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>