Skip to content

Commit bef0794

Browse files
committed
CYBS-737: Version increment
1 parent 4538286 commit bef0794

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install the `cybersource-sdk-java` from central repository, add dependency to
1010
<dependency>
1111
<groupId>com.cybersource</groupId>
1212
<artifactId>cybersource-sdk-java</artifactId>
13-
<version>6.2.11</version>
13+
<version>6.2.12</version>
1414
</dependency>
1515
```
1616
Run `mvn install` to install dependency
@@ -19,7 +19,7 @@ Run `mvn install` to install dependency
1919
Add the dependency to your build.gradle
2020
```java
2121
dependencies {
22-
compile 'com.cybersource:cybersource-sdk-java:6.2.11'
22+
compile 'com.cybersource:cybersource-sdk-java:6.2.12'
2323
}
2424
```
2525
## Requirements
@@ -250,6 +250,10 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
250250

251251
## Changes
252252
_______________________________
253+
Version Cybersource-sdk-java 6.2.12 (MAY,2022)
254+
_______________________________
255+
1)Modified the P12 certificate's CN name verification to case insensitive.
256+
_______________________________
253257
Version Cybersource-sdk-java 6.2.11 (MAY,2020)
254258
_______________________________
255259
1)Exception handling improvement.

0 commit comments

Comments
 (0)