summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-13 14:11:34 +0100
committerGitHub <noreply@github.com>2024-01-13 14:11:34 +0100
commit98f828cf983bd28e0b2b994cc1066b68cae1971c (patch)
tree1a18041777c790bfc2bf9b4c90cc1933a756c0ec
parent9ee4df4ff9353738cc976711d91740a537b10bd1 (diff)
parentbe5ac6269a0de5d21a65b9a31cceaa7f49aa445c (diff)
Merge pull request #29890 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.19.0
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index b588d714105..c90edbd484d 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.18.0</version>
+ <version>5.19.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>