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,7 +48,7 @@ Check out all the resources and all the Java code examples in the [Offical Docum
4848
4949## Compatibility
5050
51- This library requires library requires Java version 1.8 or higher.
51+ This library requires Java version 1.8 or higher.
5252
5353## Installation (Maven)
5454
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 >4.5 .0</version >
9+ <version >4.6 .0</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-4.5 .0</tag >
30+ <tag >mailjet-client-4.6 .0</tag >
3131 </scm >
3232 <!-- License-->
3333 <licenses >
Original file line number Diff line number Diff line change 1919import java .io .IOException ;
2020import java .io .UnsupportedEncodingException ;
2121import java .net .HttpURLConnection ;
22- import java .net .MalformedURLException ;
2322
2423import com .mailjet .client .errors .MailjetClientCommunicationException ;
2524import org .json .JSONObject ;
@@ -48,7 +47,7 @@ public class MailjetClient {
4847 private String _apiKey ;
4948 private String _apiSecret ;
5049 private String _token ;
51- private static final String userAgent = "mailjet-apiv3-java/v4.5 .0" ;
50+ private static final String userAgent = "mailjet-apiv3-java/v4.6 .0" ;
5251 private int _debug = 0 ;
5352
5453 /**
You can’t perform that action at this time.
0 commit comments