File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ You can use Maven and add this dependency to your project's POM:
69
69
<dependency>
70
70
<groupId>com.adyen</groupId>
71
71
<artifactId>adyen-java-api-library</artifactId>
72
- <version>33.1 .0</version>
72
+ <version>34.0 .0</version>
73
73
</dependency>
74
74
```
75
75
Original file line number Diff line number Diff line change 1
- 33.1 .0
1
+ 34.0 .0
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 >33.1 .0</version >
7
+ <version >34.0 .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 @@ -11,7 +11,7 @@ public class Client {
11
11
private ClientInterface httpClient ;
12
12
private Config config ;
13
13
public static final String LIB_NAME = "adyen-java-api-library" ;
14
- public static final String LIB_VERSION = "33.1 .0" ;
14
+ public static final String LIB_VERSION = "34.0 .0" ;
15
15
public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com" ;
16
16
public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com" ;
17
17
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