From 43775527a77086662c20e46916d81bf6786401c9 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:53:39 +0000 Subject: [PATCH] chore(release): bump to 28.3.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 8f034b3b6..97d5cd728 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.2.0 + 28.3.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.2.0.1"); +System.setProperty("https.proxyHost", "128.3.0.1"); System.setProperty("https.proxyPort", "3128"); System.setProperty("https.proxyUser", "squid"); System.setProperty("https.proxyPassword", "ward"); diff --git a/VERSION b/VERSION index 55ee98da7..f2d2bcec2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -28.2.0 +28.3.0 diff --git a/pom.xml b/pom.xml index cad8f5df1..26fd36087 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.adyen adyen-java-api-library jar - 28.2.0 + 28.3.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 65cf7baa0..96f0b7b6e 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.2.0"; + public static final String LIB_VERSION = "28.3.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";