Browse Source

Upgrade to Spring WS 5.0.0

Closes gh-47833
pull/48164/head
Stéphane Nicoll 4 weeks ago
parent
commit
bae83f997d
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save