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 Jul 17, 2024
1 parent dd5bf22 commit e406c0a
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.28.0</version>
<version>2.29.0</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.1.10</version>
<version>6.1.11</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -108,7 +108,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recipe-bom</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e406c0a

Please sign in to comment.