Browse Source

Start building against Spring WS 5.0.1 snapshots

See gh-49531
pull/49582/head
Stéphane Nicoll 1 week ago
parent
commit
686327c736
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save