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 @@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838<dependency>
3939 <groupId>com.adyen</groupId>
4040 <artifactId>adyen-java-api-library</artifactId>
41- <version>4.1 .0</version>
41+ <version>4.2 .0</version>
4242</dependency>
4343```
4444
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 >4.1 .0</version >
7+ <version >4.2 .0</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 @@ -42,7 +42,7 @@ public class Client {
4242 public static final String MARKETPAY_FUND_API_VERSION = "v3" ;
4343 public static final String MARKETPAY_NOTIFICATION_API_VERSION = "v1" ;
4444 public static final String LIB_NAME = "adyen-java-api-library" ;
45- public static final String LIB_VERSION = "4.1 .0" ;
45+ public static final String LIB_VERSION = "4.2 .0" ;
4646 public static final String CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com/checkout" ;
4747 public static final String CHECKOUT_ENDPOINT_LIVE_SUFFIX = "-checkout-live.adyenpayments.com/checkout" ;
4848 public static final String CHECKOUT_API_VERSION = "v51" ;
You can’t perform that action at this time.
0 commit comments