Skip to content

Commit ec669b1

Browse files
authored
Upgrade WSS4J version (#1429)
1 parent 27b07a5 commit ec669b1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<stax.version>2.1.0</stax.version>
145145
<woodstox.version>6.5.1</woodstox.version>
146146
<wsdl4j.version>1.6.3</wsdl4j.version>
147-
<wss4j.version>2.4.3</wss4j.version>
147+
<wss4j.version>3.0.3</wss4j.version>
148148
<wss4j-next.version>3.0.0</wss4j-next.version>
149149
<xmlsec.version>3.0.4</xmlsec.version>
150150
<xml-schema-core.version>2.3.1</xml-schema-core.version>

spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
* @author Rob Leland
146146
* @author Lars Uffmann
147147
* @author Andreas Winter
148-
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
148+
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0+</a>
149149
* @since 2.3.0
150150
*/
151151
public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor implements InitializingBean {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
Contains <code>CallbackHandler</code> implementations for WSS4J 2.0.
3+
Contains <code>CallbackHandler</code> implementations for WSS4J 2.0+.
44
</body>
55
</html>

spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<body>
3-
Contains classes for using the <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a> WS-Security implementation
3+
Contains classes for using the <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0+</a> WS-Security implementation
44
within
55
Spring-WS.
66
</body>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
Contains support classes for working with WSS4J 2.0.
3+
Contains support classes for working with WSS4J 2.0+.
44
</body>
55
</html>

0 commit comments

Comments
 (0)