Skip to content

Commit 0e3463f

Browse files
gcatanesegithub-actions[bot]
authored andcommitted
chore(release): bump to 38.0.0
1 parent 653473c commit 0e3463f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can use Maven and add this dependency to your project's POM:
6969
<dependency>
7070
<groupId>com.adyen</groupId>
7171
<artifactId>adyen-java-api-library</artifactId>
72-
<version>37.0.0</version>
72+
<version>38.0.0</version>
7373
</dependency>
7474
```
7575

@@ -554,7 +554,7 @@ Have a look at our [contributing guidelines](CONTRIBUTING.md) to find out how to
554554
## Support
555555
If you have a feature request, or spotted a bug or a technical problem, [create an issue here](https://github.com/Adyen/adyen-java-api-library/issues/new/choose).
556556

557-
For other questions, [contact our Support Team](https://www.adyen.help/hc/en-us/requests/new?ticket_form_id=37.0.0705420).
557+
For other questions, [contact our Support Team](https://www.adyen.help/hc/en-us/requests/new?ticket_form_id=38.0.0705420).
558558

559559

560560
## Licence

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
37.0.0
1+
38.0.0

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.adyen</groupId>
55
<artifactId>adyen-java-api-library</artifactId>
66
<packaging>jar</packaging>
7-
<version>37.0.0</version>
7+
<version>38.0.0</version>
88
<name>Adyen Java API Library</name>
99
<description>Adyen API Client Library for Java</description>
1010
<url>https://github.com/adyen/adyen-java-api-library</url>

src/main/java/com/adyen/Client.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class Client {
1111
private ClientInterface httpClient;
1212
private Config config;
1313
public static final String LIB_NAME = "adyen-java-api-library";
14-
public static final String LIB_VERSION = "37.0.0";
14+
public static final String LIB_VERSION = "38.0.0";
1515
public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com";
1616
public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com";
1717
public static final String TERMINAL_API_ENDPOINT_US = "https://terminal-api-live-us.adyen.com";

0 commit comments

Comments
 (0)