Browse Source

Start building against Spring WS 4.0.11 snapshots

See gh-40680
pull/40695/head
Andy Wilkinson 2 years ago
parent
commit
0ea4da3728
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2090,7 +2090,7 @@ bom { @@ -2090,7 +2090,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}")
}
}
library("Spring WS", "4.0.10") {
library("Spring WS", "4.0.11-SNAPSHOT") {
considerSnapshots()
group("org.springframework.ws") {
imports = [

Loading…
Cancel
Save