File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >org.apache.wss4j</groupId >
3434 <artifactId >wss4j-ws-security-common</artifactId >
35- <version >2.4.3 </version >
35+ <version >3.0.4 </version >
3636 <exclusions >
3737 <exclusion >
3838 <groupId >org.apache.geronimo.javamail</groupId >
4343 <dependency >
4444 <groupId >org.apache.wss4j</groupId >
4545 <artifactId >wss4j-ws-security-dom</artifactId >
46- <version >2.4.3 </version >
46+ <version >3.0.4 </version >
4747 <exclusions >
4848 <exclusion >
4949 <groupId >org.apache.geronimo.javamail</groupId >
5050 <artifactId >geronimo-javamail_1.4_mail</artifactId >
5151 </exclusion >
5252 </exclusions >
5353 </dependency >
54+ <!-- ovwerwrite wss4j bcpkix-jdk18on dependency due to CVEs -->
55+ <dependency >
56+ <groupId >org.bouncycastle</groupId >
57+ <artifactId >bcpkix-jdk18on</artifactId >
58+ <version >${org.bouncycastle.version} </version >
59+ </dependency >
5460 <dependency >
5561 <groupId >org.apache.logging.log4j</groupId >
5662 <artifactId >log4j-layout-template-json</artifactId >
You can’t perform that action at this time.
0 commit comments