From 4d76e33cffd3f9e8f5c11cda0910091cb8287970 Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:27:16 +0200 Subject: [PATCH] chore(release): bump to 27.1.0 (#1327) Co-authored-by: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> --- 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 7360c8826..b61e251a9 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 - 27.0.0 + 27.1.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", "127.0.0.1"); +System.setProperty("https.proxyHost", "127.1.0.1"); System.setProperty("https.proxyPort", "3128"); System.setProperty("https.proxyUser", "squid"); System.setProperty("https.proxyPassword", "ward"); diff --git a/VERSION b/VERSION index 008c39a43..473340334 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -27.0.0 +27.1.0 diff --git a/pom.xml b/pom.xml index 3c98e5296..19642cdce 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.adyen adyen-java-api-library jar - 27.0.0 + 27.1.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 04333646a..ac08ca39d 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 = "27.0.0"; + public static final String LIB_VERSION = "27.1.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";