File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ You can use Maven and add this dependency to your project's POM:
68
68
<dependency>
69
69
<groupId>com.adyen</groupId>
70
70
<artifactId>adyen-java-api-library</artifactId>
71
- <version>28.5.1 </version>
71
+ <version>29.0.0 </version>
72
72
</dependency>
73
73
```
74
74
@@ -240,7 +240,7 @@ client.setHttpClient(adyenHttpClientWithProxy);
240
240
If your proxy requires authentication, set all the settings as system properties instead (don't mix with previous approach), for example:
241
241
242
242
~~~~ java
243
- System . setProperty(" https.proxyHost" , " 128.5.1 .1" );
243
+ System . setProperty(" https.proxyHost" , " 129.0.0 .1" );
244
244
System . setProperty(" https.proxyPort" , " 3128" );
245
245
System . setProperty(" https.proxyUser" , " squid" );
246
246
System . setProperty(" https.proxyPassword" , " ward" );
Original file line number Diff line number Diff line change 1
- 28.5.1
1
+ 29.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 >28.5.1 </version >
7
+ <version >29.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 @@ -10,7 +10,7 @@ public class Client {
10
10
private ClientInterface httpClient ;
11
11
private Config config ;
12
12
public static final String LIB_NAME = "adyen-java-api-library" ;
13
- public static final String LIB_VERSION = "28.5.1 " ;
13
+ public static final String LIB_VERSION = "29.0.0 " ;
14
14
public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com" ;
15
15
public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com" ;
16
16
You can’t perform that action at this time.
0 commit comments