Skip to content

Commit

Permalink
fix(build): Upgrade spring bom to latest. Fixes #377
Browse files Browse the repository at this point in the history
  • Loading branch information
vrossellotravelc authored and lincolnthree committed Nov 1, 2023
1 parent 59f04a2 commit b96176c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,6 @@

</build>

<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -400,7 +389,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.0.0-M4</version>
<version>6.0.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b96176c

Please sign in to comment.