aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-24 23:15:11 +0200
committerGitHub <noreply@github.com>2024-04-24 23:15:11 +0200
commit85bf011693eb269b1d04d12571fad829969201f4 (patch)
tree7195970d16a51a53b4ec5d5f7628d010af5ae78c /parent/pom.xml
parent4baa1a15d95b75798c21f2c4928c8b283aed255e (diff)
parentc5a4eb6badf930c2ca19f77f985b327d4c97828d (diff)
Merge pull request #31032 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.29.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 4bed8b44d75..3299a9fb871 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.28.0</version>
+ <version>5.29.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>