Skip to content

Commit ddcf7f0

Browse files
authored
Merge pull request #49 from CyberSource/future
Merging future to master
2 parents 1601837 + b0f38b1 commit ddcf7f0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ We have two ways to test, One is using maven tool and other is to download the z
180180
The Apache WSS4J project provides a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications
181181
from the OASIS Web Services Security TC.
182182

183-
2.) org.bouncycastle:bcprov-jdk15on:1.55
183+
2.) org.bouncycastle:bcprov-jdk15on:1.54
184184
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
185185

186186
3.) org.apache.santuario:xmlsec:1.5.8

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>org.bouncycastle</groupId>
196196
<artifactId>bcprov-jdk15on</artifactId>
197-
<version>1.55</version>
197+
<version>1.54</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>org.apache.ws.security</groupId>

samples/nvp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.bouncycastle</groupId>
2929
<artifactId>bcprov-jdk15on</artifactId>
30-
<version>1.55</version>
30+
<version>1.54</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.apache.ws.security</groupId>

samples/xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.bouncycastle</groupId>
2929
<artifactId>bcprov-jdk15on</artifactId>
30-
<version>1.55</version>
30+
<version>1.54</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.apache.ws.security</groupId>

zip/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Refer to our Developer's Guide for details <http://apps.cybersource.com/library/
117117
The Apache WSS4J project provides a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications
118118
from the OASIS Web Services Security TC.
119119

120-
2.) org.bouncycastle:bcprov-jdk15on:1.55
120+
2.) org.bouncycastle:bcprov-jdk15on:1.54
121121
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
122122

123123
3.) org.apache.santuario:xmlsec:1.5.8

0 commit comments

Comments
 (0)