Skip to content

Commit

Permalink
Amazon Pay Java SDK 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangamesh T committed Jul 5, 2022
1 parent 9b2234e commit 3f5467c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 3.7.1 - July 2022
- Fixed security vulnerabilities in dependencies.

Version 3.7.0 - March 2021
- Fixed following two security risks :
1. Deprecated setSecretKey(String) method & enabled setSecretKey(char[]) in Config & PayConfig
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Java 1.6 or higher *(including JCE Java Cryptography Extension)*
* Apache Commons Logging 1.2 *(or JCL-over-SLF4J drop in replacement)*
* Apache Commons Codec 1.10
* Google Gson 2.2.2 or higher *(for GetUserInfo and IPN handling only)*
* Google Gson 2.8.9 or higher *(for GetUserInfo and IPN handling only)*

Amazon Pay API Integration

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.amazon.pay</groupId>
<artifactId>amazon-pay-java-sdk</artifactId>
<packaging>jar</packaging>
<version>3.7.0</version>
<version>3.7.1</version>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.2</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/com/amazon/pay/types/ServiceConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class ServiceConstants {
public static final String GET_MERCHANT_ACCOUNT_STATUS = "GetMerchantAccountStatus";

// SDK version
public static final String APPLICATION_LIBRARY_VERSION = "3.7.0";
public static final String APPLICATION_LIBRARY_VERSION = "3.7.1";
public static final String GITHUB_SDK_NAME = "amazon-pay-sdk-java";

// Exponential backoff wait times (milliseconds) for retry operations
Expand Down

0 comments on commit 3f5467c

Please sign in to comment.