File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ You can use Maven and add this dependency to your project's POM:
7171<dependency>
7272 <groupId>com.adyen</groupId>
7373 <artifactId>adyen-java-api-library</artifactId>
74- <version>39.2 .0</version>
74+ <version>39.3 .0</version>
7575</dependency>
7676```
7777
Original file line number Diff line number Diff line change 1- 39.2 .0
1+ 39.3 .0
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 >39.2 .0</version >
7+ <version >39.3 .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 @@ -10,7 +10,7 @@ public class Client {
1010 private ClientInterface httpClient ;
1111 private Config config ;
1212 public static final String LIB_NAME = "adyen-java-api-library" ;
13- public static final String LIB_VERSION = "39.2 .0" ;
13+ public static final String LIB_VERSION = "39.3 .0" ;
1414 public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com" ;
1515 public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com" ;
1616 public static final String TERMINAL_API_ENDPOINT_US = "https://terminal-api-live-us.adyen.com" ;
You can’t perform that action at this time.
0 commit comments