aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-21 22:00:24 +0100
committerGitHub <noreply@github.com>2024-02-21 22:00:24 +0100
commit8b9edc615d4308910a4622975634380924356e8b (patch)
tree3c26809c3f463d3ebc09325edff9122cfc379299 /parent/pom.xml
parentaa6b67c728be7b09e68d0fce04ba62d3bf77d643 (diff)
parentf783da1032dd80488d120c2633aa9888a630c888 (diff)
Merge pull request #30371 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.23.1
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 61f11f0c238..c2beb779fd8 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.0</version>
+ <version>5.23.1</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>