Update plugin versions

This commit is contained in:
Sam Snyder
2022-03-09 12:32:36 -08:00
parent c98f0f2583
commit dc16da943d

View File

@@ -20,7 +20,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply
<plugin>
<groupId>io.moderne</groupId>
<artifactId>moderne-maven-plugin</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<configuration>
<!-- Supports all of the same functionality as the OpenRewrite plugin -->
<activeRecipes>
@@ -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.8.0")
id("io.moderne.rewrite") version("0.8.1")
// Applying these is typical for Java projects, but not required
id("java")