File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add this dependency to your project's POM:
2222<dependency >
2323 <groupId >com.sendinblue</groupId >
2424 <artifactId >sib-api-v3-sdk</artifactId >
25- <version >5.2 .0</version >
25+ <version >5.3 .0</version >
2626 <scope >compile</scope >
2727</dependency >
2828```
@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
3232Add this dependency to your project's build file:
3333
3434``` groovy
35- compile "com.sendinblue:sib-api-v3-sdk:5.2 .0"
35+ compile "com.sendinblue:sib-api-v3-sdk:5.3 .0"
3636```
3737
3838### Others
@@ -45,7 +45,7 @@ mvn package
4545
4646Then manually install the following JARs:
4747
48- * ` target/sib-api-v3-sdk-5.2 .0.jar `
48+ * ` target/sib-api-v3-sdk-5.3 .0.jar `
4949* ` target/lib/*.jar `
5050
5151## Getting Started
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
22apply plugin : ' eclipse'
33
44group = ' com.sendinblue'
5- version = ' 5.2 .0'
5+ version = ' 5.3 .0'
66
77buildscript {
88 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " com.sendinblue" ,
44 name := " sib-api-v3-sdk" ,
5- version := " 5.2 .0" ,
5+ version := " 5.3 .0" ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public class ApiClient {
5555 private boolean debugging = false ;
5656 private Map <String , String > defaultHeaderMap = new HashMap <String , String >();
5757 private String tempFolderPath = null ;
58- private String defaultUserAgent = "sendinblue_clientAPI/v5.2 .0/java" ;
58+ private String defaultUserAgent = "sendinblue_clientAPI/v5.3 .0/java" ;
5959
6060 private Map <String , Authentication > authentications ;
6161
You can’t perform that action at this time.
0 commit comments