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 @@ -23,7 +23,7 @@ Add this dependency to your project's POM:
2323<dependency>
2424 <groupId>com.adyen</groupId>
2525 <artifactId>adyen-java-api-library</artifactId>
26- <version>1.5.2 </version>
26+ <version>1.5.3 </version>
2727</dependency>
2828```
2929
Original file line number Diff line number Diff line change 44 <groupId >com.adyen</groupId >
55 <artifactId >adyen-java-api-library</artifactId >
66 <packaging >jar</packaging >
7- <version >1.5.2 </version >
7+ <version >1.5.3 </version >
88 <name >Adyen Java API Library</name >
99 <description >Adyen API Client Library for Java</description >
1010 <url >https://github.com/adyen/adyen-java-api-library</url >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class Client {
4040 public static final String MARKETPAY_FUND_API_VERSION = "v3" ;
4141 public static final String MARKETPAY_NOTIFICATION_API_VERSION = "v1" ;
4242 public static final String USER_AGENT_SUFFIX = "adyen-java-api-library/" ;
43- public static final String LIB_VERSION = "1.5.2 " ;
43+ public static final String LIB_VERSION = "1.5.3 " ;
4444 public static final String CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com" ;
4545 public static final String CHECKOUT_ENDPOINT_LIVE = "https://checkout-live.adyen.com" ;
4646 public static final String CHECKOUT_API_VERSION = "v32" ;
You can’t perform that action at this time.
0 commit comments