Skip to content

Commit 1f00938

Browse files
committed
Upgrade to SAAJ Impl 1.5.2
Closes gh-21277
1 parent a361583 commit 1f00938

File tree

2 files changed

+4
-2
lines changed
  • spring-boot-project

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ bom {
15161516
]
15171517
}
15181518
}
1519-
library("SAAJ Impl", "1.5.1") {
1519+
library("SAAJ Impl", "1.5.2") {
15201520
group("com.sun.xml.messaging.saaj") {
15211521
modules = [
15221522
"saaj-impl"

spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ dependencies {
88
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
99
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
1010
api("com.sun.xml.messaging.saaj:saaj-impl")
11-
api("jakarta.xml.ws:jakarta.xml.ws-api")
11+
api("jakarta.xml.ws:jakarta.xml.ws-api") {
12+
exclude group: "jakarta.activation", module: "jakarta.activation-api"
13+
}
1214
api("org.springframework:spring-oxm")
1315
api("org.springframework.ws:spring-ws-core")
1416
}

0 commit comments

Comments
 (0)