Browse Source

Start building against Spring WS 4.1.3 snapshots

See gh-49528
pull/49591/head
Stéphane Nicoll 1 week ago
parent
commit
c49ebaa970
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save