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 Nov 20, 2024
1 parent 1e968ff commit eab2a2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
<version>1.18.36</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.35.1</version>
<version>2.36.0</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.1.14</version>
<version>6.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -113,7 +113,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recipe-bom</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit eab2a2d

Please sign in to comment.