Skip to content

Commit e929902

Browse files
committed
Bump wss4j from version 1.6.19 to version 2.4.3
1 parent 3ea8cdb commit e929902

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

wrappercommon/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
<artifactId>commons-io</artifactId>
3535
<version>2.11.0</version>
3636
</dependency>
37-
<dependency>
38-
<groupId>org.apache.ws.security</groupId>
39-
<artifactId>wss4j</artifactId>
40-
<version>1.6.19</version>
41-
</dependency>
37+
<dependency>
38+
<groupId>org.apache.wss4j</groupId>
39+
<artifactId>wss4j</artifactId>
40+
<version>2.4.3</version>
41+
<type>pom</type>
42+
</dependency>
43+
4244
</dependencies>
4345

4446
<build>

0 commit comments

Comments
 (0)