Browse Source

Start building against Spring WS 5.0.0-RC1 snapshots

See gh-47501
pull/47549/head
Stéphane Nicoll 2 months ago
parent
commit
360a759fb0
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -2573,7 +2573,7 @@ bom { @@ -2573,7 +2573,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}")
}
}
library("Spring WS", "5.0.0-M1") {
library("Spring WS", "5.0.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.ws") {
bom("spring-ws-bom")

Loading…
Cancel
Save