Skip to content

Commit 58842dc

Browse files
committed
Build against Spring Framework 7.0 snapshots.
See #927
1 parent cdcb87b commit 58842dc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<netty.version>4.2.1.Final</netty.version>
4848
<nullaway.version>0.12.3</nullaway.version>
4949
<okhttp3.version>3.14.9</okhttp3.version>
50-
<spring.version>7.0.0-M6</spring.version>
50+
<spring.version>7.0.0-SNAPSHOT</spring.version>
5151
<spring-data-bom.version>2025.1.0-M3</spring-data-bom.version>
5252
<spring-security-bom.version>6.5.0</spring-security-bom.version>
5353
<reactor.version>2025.0.0-M4</reactor.version>
@@ -733,7 +733,7 @@
733733
<id>springNext</id>
734734

735735
<properties>
736-
<spring.version>6.1.4-SNAPSHOT</spring.version>
736+
<spring.version>7.0.0-SNAPSHOT</spring.version>
737737
</properties>
738738

739739
<repositories>
@@ -1064,4 +1064,14 @@
10641064
</profile>
10651065
</profiles>
10661066

1067+
<repositories>
1068+
<repository>
1069+
<id>spring-snapshot</id>
1070+
<url>https://repo.spring.io/snapshot</url>
1071+
<snapshots>
1072+
<enabled>true</enabled>
1073+
</snapshots>
1074+
</repository>
1075+
</repositories>
1076+
10671077
</project>

0 commit comments

Comments
 (0)