Browse Source

Start building against Spring WS 3.1.0 snapshots

See gh-26390
pull/26421/head
Stephane Nicoll 5 years ago
parent
commit
98b48c1069
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1723,7 +1723,7 @@ bom { @@ -1723,7 +1723,7 @@ bom {
]
}
}
library("Spring WS", "3.1.0-RC1") {
library("Spring WS", "3.1.0-SNAPSHOT") {
group("org.springframework.ws") {
modules = [
"spring-ws-core",

Loading…
Cancel
Save