From acfdfcd99024693e0c506cff697792a7a37a5e80 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:42:51 +0000 Subject: [PATCH] chore(release): bump to 28.2.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 aa327c1ac..8f034b3b6 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.1.0 + 28.2.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.1.0.1"); +System.setProperty("https.proxyHost", "128.2.0.1"); System.setProperty("https.proxyPort", "3128"); System.setProperty("https.proxyUser", "squid"); System.setProperty("https.proxyPassword", "ward"); diff --git a/VERSION b/VERSION index 811e3cfc4..55ee98da7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -28.1.0 +28.2.0 diff --git a/pom.xml b/pom.xml index bccf9d605..9964cd078 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.adyen adyen-java-api-library jar - 28.1.0 + 28.2.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 6710f7c11..65cf7baa0 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.1.0"; + public static final String LIB_VERSION = "28.2.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";