aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-05-19 22:39:48 +0200
committerGitHub <noreply@github.com>2024-05-19 22:39:48 +0200
commit222aeddc62885008fdc308575cc3dce8324fe860 (patch)
treea56e2268c02dfa455e824c4bb102e6100e2397b8 /parent/pom.xml
parent30f0af1c689efed793e22e66b14268c6308aae2d (diff)
parentf6792fc17d6f8c48490c6409a93035f8ea4f37e4 (diff)
Merge pull request #31246 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.31.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 06854426a0a..0191f798dd5 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.30.0</version>
+ <version>5.31.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>