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 @@ Add this dependency to your project's POM:
3939<dependency>
4040 <groupId>com.adyen</groupId>
4141 <artifactId>adyen-java-api-library</artifactId>
42- <version>8.1 .0</version>
42+ <version>8.2 .0</version>
4343</dependency>
4444```
4545
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 >8.1 .0</version >
7+ <version >8.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 @@ -45,7 +45,7 @@ public class Client {
4545 public static final String MARKETPAY_NOTIFICATION_API_VERSION = "v1" ;
4646 public static final String MARKETPAY_HOP_API_VERSION = "v6" ;
4747 public static final String LIB_NAME = "adyen-java-api-library" ;
48- public static final String LIB_VERSION = "8.1 .0" ;
48+ public static final String LIB_VERSION = "8.2 .0" ;
4949 public static final String CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com/checkout" ;
5050 public static final String CHECKOUT_ENDPOINT_LIVE_SUFFIX = "-checkout-live.adyenpayments.com/checkout" ;
5151 public static final String CHECKOUT_API_VERSION = "v52" ;
You can’t perform that action at this time.
0 commit comments