From 535c591511977be3348aa9cd1cfcb79272658b24 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:57:09 +0000 Subject: [PATCH] chore(release): bump to 28.5.0 --- README.md | 4 ++-- VERSION | 2 +- pom.xml | 2 +- src/main/java/com/adyen/Client.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6aa035109..2e0688420 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can use Maven and add this dependency to your project's POM: com.adyen adyen-java-api-library - 28.4.0 + 28.5.0 ``` @@ -240,7 +240,7 @@ client.setHttpClient(adyenHttpClientWithProxy); If your proxy requires authentication, set all the settings as system properties instead (don't mix with previous approach), for example: ~~~~ java -System.setProperty("https.proxyHost", "128.4.0.1"); +System.setProperty("https.proxyHost", "128.5.0.1"); System.setProperty("https.proxyPort", "3128"); System.setProperty("https.proxyUser", "squid"); System.setProperty("https.proxyPassword", "ward"); diff --git a/VERSION b/VERSION index 01e76feaa..5af19ef95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -28.4.0 +28.5.0 diff --git a/pom.xml b/pom.xml index 44833179a..9c4fe4f68 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.adyen adyen-java-api-library jar - 28.4.0 + 28.5.0 Adyen Java API Library Adyen API Client Library for Java https://github.com/adyen/adyen-java-api-library diff --git a/src/main/java/com/adyen/Client.java b/src/main/java/com/adyen/Client.java index d5a155478..59ac44704 100644 --- a/src/main/java/com/adyen/Client.java +++ b/src/main/java/com/adyen/Client.java @@ -10,7 +10,7 @@ public class Client { private ClientInterface httpClient; private Config config; public static final String LIB_NAME = "adyen-java-api-library"; - public static final String LIB_VERSION = "28.4.0"; + public static final String LIB_VERSION = "28.5.0"; public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com"; public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com";