summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-27 19:35:48 +0100
committerGitHub <noreply@github.com>2024-02-27 19:35:48 +0100
commit50aba6643fb36dba28c395aed520a7f4fbda0c09 (patch)
tree93420a117dc9bcf2bc5578d289f51b91f94f8688
parent100244ecc1edeb0a9dd9b65139bf477679c89ac9 (diff)
parenta5d41026fc4ae21d0f607aef4aa470d1ff07ff0b (diff)
Merge pull request #30420 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.23.2
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 4483b95a58b..b4ca8e775f7 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.23.1</version>
+ <version>5.23.2</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>