summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-09-13 11:17:40 +0200
committerGitHub <noreply@github.com>2023-09-13 11:17:40 +0200
commitbb458e6370219a2cd978c705d7219a44ef0b4323 (patch)
tree0ee3b4ba6a0aa20fc3157f7ab3efd01f51aaef9e /parent
parenta0cb1ea64b6c4be58efaa3b9c0ba1cb480799c8b (diff)
parentc643a0e1f2453af8215de9ecff455bf22b95c701 (diff)
Merge pull request #28506 from vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.5.2
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 6107849d140..adec8e2a435 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -307,7 +307,7 @@
-->
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
- <version>5.5.0</version>
+ <version>5.5.2</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>