You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ To install the `cybersource-sdk-java` from central repository, add dependency to
10
10
<dependency>
11
11
<groupId>com.cybersource</groupId>
12
12
<artifactId>cybersource-sdk-java</artifactId>
13
-
<version>6.2.6</version>
13
+
<version>6.2.7</version>
14
14
</dependency>
15
15
```
16
16
Run `mvn install` to install dependency
@@ -183,6 +183,19 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
183
183
184
184
## Changes
185
185
186
+
Version Cybersource-sdk-java 6.2.7 (MAR,2019)
187
+
_______________________________
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 2.0.7
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
+
196
+
197
+
_______________________________
198
+
186
199
Version Cybersource-sdk-java 6.2.6 (MAY,2018)
187
200
_______________________________
188
201
1) Added certificateCacheEnabled optional feature. certificateCacheEnabled parameter is set to false (default is true), the p12 certificate of a merchant will be reloaded from filesystem every time a transaction is made.If the certificateCacheEnabled is true then only at the first time certificate of a merchant will loaded from filesystem.
0 commit comments