@@ -12,7 +12,7 @@ apply plugin: 'jacoco'
12
12
13
13
group = ' com.tokbox'
14
14
archivesBaseName = ' opentok-server-sdk'
15
- version = ' 4.4.0 '
15
+ version = ' 4.4.1 '
16
16
17
17
task javadocJar (type : Jar ) {
18
18
classifier = ' javadoc'
@@ -45,14 +45,14 @@ repositories {
45
45
}
46
46
47
47
dependencies {
48
- testCompile group : ' junit' , name : ' junit' , version : ' [4.3,5.0[ '
49
- testCompile group : ' com.github.tomakehurst' , name : ' wiremock' , version : ' [1.45,1.99999) '
50
- compile group : ' commons-lang' , name : ' commons-lang' , version : ' [2.6,2.99999) '
48
+ testCompile group : ' junit' , name : ' junit' , version : ' [4.3,5.0] '
49
+ testCompile group : ' com.github.tomakehurst' , name : ' wiremock' , version : ' [1.45,2.0] '
50
+ compile group : ' commons-lang' , name : ' commons-lang' , version : ' [2.6,3.0] '
51
51
compile group : ' org.asynchttpclient' , name : ' async-http-client' , version : ' [2.0,2.99999)'
52
52
compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' [2.3.1,2.99999)'
53
53
compile group : ' commons-validator' , name : ' commons-validator' , version : ' [1.4.0,1.99999)'
54
54
compile group : ' commons-codec' , name : ' commons-codec' , version : ' [1.9,1.99999]'
55
- compile group : ' org.bitbucket.b_c' , name : ' jose4j' , version : ' 0.5.1 '
55
+ compile group : ' org.bitbucket.b_c' , name : ' jose4j' , version : ' 0.7.+ '
56
56
// TODO: find out how to initialize these dependencies properly, or remove them
57
57
// compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.5'
58
58
// compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'
0 commit comments