diff --git a/how-to/integrating-private-code.md b/how-to/integrating-private-code.md index beaccc92..7c9e0a2f 100644 --- a/how-to/integrating-private-code.md +++ b/how-to/integrating-private-code.md @@ -20,7 +20,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply io.moderne moderne-maven-plugin - 0.7.1 + 0.8.0 @@ -45,7 +45,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply {% code title="build.gradle" %} ```groovy plugins { - id("io.moderne.rewrite") version("0.9.0") + id("io.moderne.rewrite") version("0.11.0") } // OpenRewrite and recipe modules are published to Maven Central