Browse Source

Start building against Spring WS 4.1.2 snapshots

See gh-47467
pull/47551/head
Stéphane Nicoll 4 months ago
parent
commit
a3b1ad2ac6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save