Browse Source

Start building against Spring WS 4.1.0 snapshots

See gh-45445
pull/45503/head
Stéphane Nicoll 9 months ago
parent
commit
81d35101da
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save