Skip to content

Commit 39d04b2

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/bump-wss4j' into beta
1 parent 07ec4d3 commit 39d04b2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

wrappercommon/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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>
@@ -43,14 +43,20 @@
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>

0 commit comments

Comments
 (0)