File tree 4 files changed +6
-6
lines changed
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:
22
22
<dependency >
23
23
<groupId >com.sendinblue</groupId >
24
24
<artifactId >sib-api-v3-sdk</artifactId >
25
- <version >5.2 .0</version >
25
+ <version >5.3 .0</version >
26
26
<scope >compile</scope >
27
27
</dependency >
28
28
```
@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
32
32
Add this dependency to your project's build file:
33
33
34
34
``` groovy
35
- compile "com.sendinblue:sib-api-v3-sdk:5.2 .0"
35
+ compile "com.sendinblue:sib-api-v3-sdk:5.3 .0"
36
36
```
37
37
38
38
### Others
@@ -45,7 +45,7 @@ mvn package
45
45
46
46
Then manually install the following JARs:
47
47
48
- * ` target/sib-api-v3-sdk-5.2 .0.jar `
48
+ * ` target/sib-api-v3-sdk-5.3 .0.jar `
49
49
* ` target/lib/*.jar `
50
50
51
51
## Getting Started
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
2
2
apply plugin : ' eclipse'
3
3
4
4
group = ' com.sendinblue'
5
- version = ' 5.2 .0'
5
+ version = ' 5.3 .0'
6
6
7
7
buildscript {
8
8
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
2
settings(
3
3
organization := " com.sendinblue" ,
4
4
name := " sib-api-v3-sdk" ,
5
- version := " 5.2 .0" ,
5
+ version := " 5.3 .0" ,
6
6
scalaVersion := " 2.11.4" ,
7
7
scalacOptions ++= Seq (" -feature" ),
8
8
javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public class ApiClient {
55
55
private boolean debugging = false ;
56
56
private Map <String , String > defaultHeaderMap = new HashMap <String , String >();
57
57
private String tempFolderPath = null ;
58
- private String defaultUserAgent = "sendinblue_clientAPI/v5.2 .0/java" ;
58
+ private String defaultUserAgent = "sendinblue_clientAPI/v5.3 .0/java" ;
59
59
60
60
private Map <String , Authentication > authentications ;
61
61
You can’t perform that action at this time.
0 commit comments