aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-11-13 10:57:17 +0000
committerGitHub <noreply@github.com>2023-11-13 10:57:17 +0000
commit1e186856e5578232c01e158dfbd7937ea0cf3edb (patch)
tree891b8d17572c750b5db0a6eb51995b761ca08806
parent26285c69cd996e05040b2d147e48d36b9a0ad648 (diff)
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.11.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 aeb0c9c4aa9..d6f56c34aad 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.10.0</version>
+ <version>5.11.0</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>