We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575e190 + d05dc59 commit 48c40bfCopy full SHA for 48c40bf
README.md
@@ -187,7 +187,7 @@ 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
+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
java/pom.xml
@@ -188,7 +188,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>2.0.7</version>
+ <version>1.5.6</version>
</dependency>
194
<groupId>commons-httpclient</groupId>
0 commit comments