diff --git a/README.md b/README.md index d1586b2..f3412d0 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ To do this on the command line, run: ```bash ./gradlew publishToMavenLocal # or ./gradlew pTML +# or mvn install ``` This will publish to your local maven repository, typically under `~/.m2/repository`. diff --git a/pom.xml b/pom.xml index e2c2e2c..c59de3e 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.google.errorprone error_prone_core - 2.19.1 + 2.27.1 provided @@ -64,14 +64,14 @@ org.assertj assertj-core - 3.24.2 + 3.25.3 test com.google.guava guava - 33.0.0-jre + 33.2.0-jre test @@ -85,7 +85,7 @@ org.springframework spring-core - 6.1.4 + 6.1.6 test @@ -95,7 +95,7 @@ org.openrewrite.recipe rewrite-recipe-bom - 2.9.0 + 2.10.0 pom import