File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 2.3.1
1
+ 2.4.9
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 = ' 4.0.0 '
5
+ version = ' 4.0.1 '
6
6
7
7
buildscript {
8
8
repositories {
@@ -94,7 +94,7 @@ if(hasProperty('target') && target == 'android') {
94
94
}
95
95
96
96
dependencies {
97
- compile ' io.swagger:swagger-annotations:1.5.15 '
97
+ compile ' io.swagger:swagger-annotations:1.5.17 '
98
98
compile ' com.squareup.okhttp:okhttp:2.7.5'
99
99
compile ' com.squareup.okhttp:logging-interceptor:2.7.5'
100
100
compile ' com.google.code.gson:gson:2.8.1'
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 := " 4.0.0 " ,
5
+ version := " 4.0.1 " ,
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 5
5
<artifactId >sib-api-v3-sdk</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >sib-api-v3-sdk</name >
8
- <version >4.0.0 </version >
8
+ <version >4.0.1 </version >
9
9
<url >https://github.com/sendinblue/APIv3-java-library</url >
10
10
<description >SendinBlue' s API v3 Java Library</description >
11
11
<scm >
You can’t perform that action at this time.
0 commit comments