Skip to content

Commit

Permalink
Merge pull request #127 from CyberSource/future
Browse files Browse the repository at this point in the history
Future
  • Loading branch information
mahendya1002 authored May 29, 2019
2 parents 575e190 + d05dc59 commit 48c40bf
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -187,7 +187,7 @@ Version Cybersource-sdk-java 6.2.7 (MAR,2019)
_______________________________

1) Fixed security vulnerabilities found in the jar dependencies. 1)xmlsec 2)opensaml 3)bcprov
xmlsec jar :-upgraded from version 1.4.3 to version 2.0.7
xmlsec jar :-upgraded from version 1.4.3 to version 1.5.6
opensaml jar :- Removed this jar as its not impacting our code base
bcprov jar :- upgraded from version 1.54 to version 1.61

2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
@@ -188,7 +188,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>2.0.7</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>

0 comments on commit 48c40bf

Please sign in to comment.