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 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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments