Skip to content

Commit 5174013

Browse files
committed
Upgrade to Saaj Impl 1.5.2
Closes gh-21335
1 parent 30a48d5 commit 5174013

File tree

2 files changed

+7
-7
lines changed
  • spring-boot-project
    • spring-boot-dependencies
    • spring-boot-starters/spring-boot-starter-web-services

2 files changed

+7
-7
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<spring-ws.version>3.0.9.RELEASE</spring-ws.version>
203203
<sqlite-jdbc.version>3.28.0</sqlite-jdbc.version>
204204
<sun-mail.version>${jakarta-mail.version}</sun-mail.version>
205-
<saaj-impl.version>1.5.1</saaj-impl.version>
205+
<saaj-impl.version>1.5.2</saaj-impl.version>
206206
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
207207
<thymeleaf-extras-springsecurity.version>3.0.4.RELEASE</thymeleaf-extras-springsecurity.version>
208208
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version>

spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
<dependency>
2727
<groupId>com.sun.xml.messaging.saaj</groupId>
2828
<artifactId>saaj-impl</artifactId>
29-
<exclusions>
30-
<exclusion>
31-
<groupId>javax.activation</groupId>
32-
<artifactId>activation</artifactId>
33-
</exclusion>
34-
</exclusions>
3529
</dependency>
3630
<dependency>
3731
<groupId>jakarta.xml.ws</groupId>
3832
<artifactId>jakarta.xml.ws-api</artifactId>
33+
<exclusions>
34+
<exclusion>
35+
<groupId>jakarta.activation</groupId>
36+
<artifactId>jakarta.activation-api</artifactId>
37+
</exclusion>
38+
</exclusions>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)