Browse Source

Start building against Spring WS 4.0.13 snapshots

See gh-45099
pull/44627/head
Stéphane Nicoll 12 months ago
parent
commit
240ce441cd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save