Start building against Spring WS 5.0.0-M1 snapshots

See gh-45873
This commit is contained in:
Stéphane Nicoll
2025-06-10 20:24:55 +02:00
parent 9f979c1109
commit ebafa4df13
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -30,7 +30,7 @@ class MyService(webServiceTemplateBuilder: WebServiceTemplateBuilder) {
webServiceTemplate = webServiceTemplateBuilder.build()
}
fun someWsCall(detailsReq: SomeRequest?): SomeResponse {
fun someWsCall(detailsReq: SomeRequest): SomeResponse {
return webServiceTemplate.marshalSendAndReceive(
detailsReq,
SoapActionCallback("https://ws.example.com/action")