File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
spring-boot-starters/spring-boot-starter-web-services Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments