Skip to content

Commit

Permalink
Use latest releases for Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent 43434d7 commit f19d9d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.30.0</version>
<version>2.31.0</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -108,7 +108,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recipe-bom</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit f19d9d0

Please sign in to comment.