File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
spring-boot-starters/spring-boot-starter-web-services Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 202
202
<spring-ws .version>3.0.9.RELEASE</spring-ws .version>
203
203
<sqlite-jdbc .version>3.28.0</sqlite-jdbc .version>
204
204
<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>
206
206
<thymeleaf .version>3.0.11.RELEASE</thymeleaf .version>
207
207
<thymeleaf-extras-springsecurity .version>3.0.4.RELEASE</thymeleaf-extras-springsecurity .version>
208
208
<thymeleaf-layout-dialect .version>2.4.1</thymeleaf-layout-dialect .version>
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >com.sun.xml.messaging.saaj</groupId >
28
28
<artifactId >saaj-impl</artifactId >
29
- <exclusions >
30
- <exclusion >
31
- <groupId >javax.activation</groupId >
32
- <artifactId >activation</artifactId >
33
- </exclusion >
34
- </exclusions >
35
29
</dependency >
36
30
<dependency >
37
31
<groupId >jakarta.xml.ws</groupId >
38
32
<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 >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments