11plugins {
22 id " io.franzbecker.gradle-lombok" version " 1.8"
3- id ' com.github.johnrengelman.shadow' version ' 1.2.4 '
3+ id ' com.github.johnrengelman.shadow' version ' 2.0.1 '
44 id " com.bmuschko.nexus" version " 2.3.1"
5- id ' com.github.ben-manes.versions' version ' 0.14 .0'
5+ id ' com.github.ben-manes.versions' version ' 0.15 .0'
66 id ' java'
77 id ' jacoco'
88 id ' maven'
99 id ' checkstyle'
1010 id ' findbugs'
1111}
1212group = ' com.pubnub'
13- version = ' 4.6.5 '
13+ version = ' 4.7.0 '
1414
1515description = """ """
1616
@@ -21,7 +21,7 @@ configurations.all {
2121}
2222
2323lombok {
24- version = " 1.16.12 "
24+ version = " 1.16.18 "
2525}
2626
2727repositories {
@@ -30,9 +30,9 @@ repositories {
3030
3131
3232dependencies {
33- compile group : ' com.squareup.retrofit2' , name : ' retrofit' , version :' 2.2 .0'
33+ compile group : ' com.squareup.retrofit2' , name : ' retrofit' , version :' 2.3 .0'
3434
35- compile group : ' com.squareup.okhttp3' , name : ' logging-interceptor' , version :' 3.6.0 '
35+ compile group : ' com.squareup.okhttp3' , name : ' logging-interceptor' , version :' 3.8.1 '
3636 compile group : ' org.slf4j' , name : ' slf4j-api' , version :' 1.7.22'
3737
3838 // jackson
@@ -41,8 +41,8 @@ dependencies {
4141 // compile group: 'com.squareup.retrofit2', name: 'converter-jackson', version:'2.1.0'
4242
4343 // gson
44- compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.0 '
45- compile group : ' com.squareup.retrofit2' , name : ' converter-gson' , version :' 2.2 .0'
44+ compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.1 '
45+ compile group : ' com.squareup.retrofit2' , name : ' converter-gson' , version :' 2.3 .0'
4646 //
4747
4848 testCompile group : ' ch.qos.logback' , name : ' logback-classic' , version :' 1.1.8'
0 commit comments