Skip to content

Commit a9461af

Browse files
committed
Updated Retrofit dependency
1 parent a4e4efe commit a9461af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = 'com.imsweb'
13-
version = '3.6'
13+
version = '3.7-SNAPSHOT'
1414
description = 'Java client library for SEER*API'
1515

1616
println "Starting build using ${Jvm.current()}"
@@ -28,8 +28,8 @@ repositories {
2828
}
2929

3030
dependencies {
31-
compile 'com.squareup.retrofit2:retrofit:2.2.0'
32-
compile 'com.squareup.retrofit2:converter-jackson:2.1.0'
31+
compile 'com.squareup.retrofit2:retrofit:2.3.0'
32+
compile 'com.squareup.retrofit2:converter-jackson:2.3.0'
3333

3434
testCompile 'junit:junit:4.11'
3535
}

0 commit comments

Comments
 (0)