File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ You can use Maven and add this dependency to your project's POM:
56
56
<dependency>
57
57
<groupId>com.adyen</groupId>
58
58
<artifactId>adyen-java-api-library</artifactId>
59
- <version>21.1 .0</version>
59
+ <version>21.2 .0</version>
60
60
</dependency>
61
61
```
62
62
Original file line number Diff line number Diff line change 4
4
<groupId >com.adyen</groupId >
5
5
<artifactId >adyen-java-api-library</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >21.1 .0</version >
7
+ <version >21.2 .0</version >
8
8
<name >Adyen Java API Library</name >
9
9
<description >Adyen API Client Library for Java</description >
10
10
<url >https://github.com/adyen/adyen-java-api-library</url >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class Client {
32
32
private Config config ;
33
33
public static final String ENDPOINT_CERT_LIVE = "https://palcert-live.adyen.com" ;
34
34
public static final String LIB_NAME = "adyen-java-api-library" ;
35
- public static final String LIB_VERSION = "21.1 .0" ;
35
+ public static final String LIB_VERSION = "21.2 .0" ;
36
36
public static final String CHECKOUT_ENDPOINT_CERT_LIVE = "https://checkoutcert-live-%s.adyen.com/checkout" ;
37
37
public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com" ;
38
38
public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com" ;
You can’t perform that action at this time.
0 commit comments