Skip to content

Commit f5e49e3

Browse files
committed
syncing version after releasing 6.2.7
1 parent 09edb17 commit f5e49e3

File tree

6 files changed

+22
-17
lines changed

6 files changed

+22
-17
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
164164
## Third Party jars
165165
1. org.apache.ws.security.wss4j:1.6.19
166166
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 from the OASIS Web Services Security TC.
167-
2. org.bouncycastle:bcprov-jdk15on:1.54
167+
2. org.bouncycastle:bcprov-jdk15on:1.61
168168
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
169-
3. org.apache.santuario:xmlsec:1.5.8
169+
3. org.apache.santuario:xmlsec:1.5.6
170170
The XML Security project is aimed at providing implementation of security standards for XML,supports XML-Signature Syntax and Processing,XML Encryption Syntax and Processing, and supports XML Digital Signature APIs.
171171
4. org.apache.commons:commons-lang3:3.4
172172
Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
@@ -185,14 +185,11 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
185185

186186
Version Cybersource-sdk-java 6.2.7 (MAR,2019)
187187
_______________________________
188-
189-
1) Fixed security vulnerabilities found in the jar dependencies. 1)xmlsec 2)opensaml 3)bcprov
190-
xmlsec jar :-upgraded from version 1.4.3 to version 1.5.6
191-
opensaml jar :- Removed this jar as its not impacting our code base
192-
bcprov jar :- upgraded from version 1.54 to version 1.61
193-
194-
2) Fixed reseller issue. Now using keyfile password to store/load p12 certs.
195-
188+
1) Fixed security vulnerabilities found in the jar dependencies.
189+
xmlsec jar :-upgraded from version 1.4.3 to version 1.5.6
190+
opensaml jar :- Removed this jar as its not impacting our code base
191+
bcprov jar :- upgraded from version 1.54 to version 1.61
192+
2) Fixed keyfile password issue. Now using keyfile password to store/load p12 certs.
196193

197194
_______________________________
198195

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.cybersource</groupId>
1414
<artifactId>cybersource-sdk-master</artifactId>
15-
<version>6.2.7-SNAPSHOT</version>
15+
<version>6.2.8-SNAPSHOT</version>
1616
<name>cybersource-sdk-java-master</name>
1717
<packaging>pom</packaging>
1818

samples/nvp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<groupId>org.apache.ws.security</groupId>
3737
<artifactId>wss4j</artifactId>
3838
<version>1.6.19</version>
39-
<exclusions>
39+
<exclusions>
4040
<exclusion>
4141
<groupId>org.opensaml</groupId>
4242
<artifactId>opensaml</artifactId>

samples/xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<groupId>org.apache.ws.security</groupId>
3737
<artifactId>wss4j</artifactId>
3838
<version>1.6.19</version>
39-
<exclusions>
39+
<exclusions>
4040
<exclusion>
4141
<groupId>org.opensaml</groupId>
4242
<artifactId>opensaml</artifactId>

zip/README

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ Config parameter for this property is 'retryInterval' in cybs.property file. The
173173
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
174174
from the OASIS Web Services Security TC.
175175

176-
2.) org.bouncycastle:bcprov-jdk15on:1.54
176+
2.) org.bouncycastle:bcprov-jdk15on:1.61
177177
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
178178

179-
3.) org.apache.santuario:xmlsec:1.5.8
179+
3.) org.apache.santuario:xmlsec:1.5.6
180180
The XML Security project is aimed at providing implementation of security standards for XML,supports XML-Signature Syntax and Processing,XML Encryption Syntax and Processing,
181181
and supports XML Digital Signature APIs.
182182

@@ -199,6 +199,14 @@ Mock objects library for java
199199

200200
##Changes
201201

202+
Version Cybersource-sdk-java 6.2.7 (MAR,2019)
203+
_______________________________
204+
1) Fixed security vulnerabilities found in the jar dependencies.
205+
xmlsec jar :-upgraded from version 1.4.3 to version 1.5.6
206+
opensaml jar :- Removed this jar as its not impacting our code base
207+
bcprov jar :- upgraded from version 1.54 to version 1.61
208+
2) Fixed keyfile password issue. Now using keyfile password to store/load p12 certs.
209+
202210
Version Cybersource-sdk-java 6.2.6 (MAY,2018)
203211
_______________________________
204212
1) Added certificateCacheEnabled optional feature. certificateCacheEnabled parameter is set to false (default is true), the p12 certificate of a merchant will be reloaded from file system every time a transaction is made.

zip/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cybersource-sdk-master</artifactId>
77
<groupId>com.cybersource</groupId>
8-
<version>6.2.7-SNAPSHOT</version>
8+
<version>6.2.8-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.cybersource</groupId>
4444
<artifactId>cybersource-sdk-java</artifactId>
45-
<version>6.2.7-SNAPSHOT</version>
45+
<version>6.2.8-SNAPSHOT</version>
4646
</dependency>
4747
</dependencies>
4848

0 commit comments

Comments
 (0)