File tree Expand file tree Collapse file tree
src/main/java/com/mailjet/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ Check out all the resources and all the Java code examples in the [Official Docu
4848
4949
5050## Release notes
51+ v5.2.1
52+ - update dependency versions
53+
5154v5.2.0
5255- added async methods
5356- added automatic module nam
@@ -78,7 +81,7 @@ Add the following in your `pom.xml`
7881 <dependency >
7982 <groupId >com.mailjet</groupId >
8083 <artifactId >mailjet-client</artifactId >
81- <version >5.2.0 </version >
84+ <version >5.2.1 </version >
8285 </dependency >
8386 </dependencies >
8487```
Original file line number Diff line number Diff line change 66 <!-- General configuration -->
77 <groupId >com.mailjet</groupId >
88 <artifactId >mailjet-client</artifactId >
9- <version >5.2.0 </version >
9+ <version >5.2.1 </version >
1010 <packaging >jar</packaging >
1111 <name >Mailjet Client</name >
1212 <description >A Mailjet API Client</description >
2727 <connection >scm:git:https://github.com/mailjet/mailjet-apiv3-java.git</connection >
2828 <developerConnection >scm:git:https://github.com/mailjet/mailjet-apiv3-java.git</developerConnection >
2929 <url >git@github.com:mailjet/mailjet-apiv3-java.git</url >
30- <tag >mailjet-client-5.2.0 </tag >
30+ <tag >mailjet-client-5.2.1 </tag >
3131 </scm >
3232 <!-- License-->
3333 <licenses >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public class MailjetClient {
3838 private ClientOptions _options ;
3939 private OkHttpClient _client ;
4040
41- private static final String userAgent = "mailjet-apiv3-java/v5.2.0 " ;
41+ private static final String userAgent = "mailjet-apiv3-java/v5.2.1 " ;
4242
4343 /**
4444 * Deprecated - please, use MailjetClient(ClientOptions clientOptions) ctor instead
You can’t perform that action at this time.
0 commit comments