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 @@ -39,7 +39,7 @@ You can use Maven and add this dependency to your project's POM:
39
39
<dependency>
40
40
<groupId>com.adyen</groupId>
41
41
<artifactId>adyen-java-api-library</artifactId>
42
- <version>18.0 .0</version>
42
+ <version>18.1 .0</version>
43
43
</dependency>
44
44
```
45
45
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 >18.0 .0</version >
7
+ <version >18.1 .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 @@ -47,7 +47,7 @@ public class Client {
47
47
public static final String MARKETPAY_NOTIFICATION_API_VERSION = "v6" ;
48
48
public static final String MARKETPAY_HOP_API_VERSION = "v6" ;
49
49
public static final String LIB_NAME = "adyen-java-api-library" ;
50
- public static final String LIB_VERSION = "18.0 .0" ;
50
+ public static final String LIB_VERSION = "18.1 .0" ;
51
51
public static final String CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com/checkout" ;
52
52
public static final String CHECKOUT_ENDPOINT_LIVE_SUFFIX = "-checkout-live.adyenpayments.com/checkout" ;
53
53
public static final String CHECKOUT_ENDPOINT_CERT_LIVE = "https://checkoutcert-live-%s.adyen.com/checkout" ;
You can’t perform that action at this time.
0 commit comments