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 May 16, 2024
1 parent 884a5ec commit 43dd6de
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 @@ -85,7 +85,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.1.6</version>
<version>6.1.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -95,14 +95,14 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recipe-bom</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<version>5.11.0-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 43dd6de

Please sign in to comment.