summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-10-22 11:54:18 +0000
committerGitHub <noreply@github.com>2023-10-22 11:54:18 +0000
commit6f8ce0206889218cec085e854d8a333a79f3ffbe (patch)
tree24583c28f91a2ea72cef9f333896bcab885bdcde
parent80d99d306cdf46eed3ff41ab5783b9f3a5dcf5df (diff)
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.9.1
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 52062f5897d..3718f41dbed 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.8.1</version>
+ <version>5.9.1</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>