Skip to content

Commit 3ab5b9a

Browse files
Merge pull request #199 from opentok/enhancement/devx-5142-update-dependencies
Updated dependencies to allow newer versions where possible
2 parents f34905a + 0521f20 commit 3ab5b9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'jacoco'
1212

1313
group = 'com.tokbox'
1414
archivesBaseName = 'opentok-server-sdk'
15-
version = '4.4.0'
15+
version = '4.4.1'
1616

1717
task javadocJar(type: Jar) {
1818
classifier = 'javadoc'
@@ -45,14 +45,14 @@ repositories {
4545
}
4646

4747
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]'
5151
compile group: 'org.asynchttpclient', name: 'async-http-client', version: '[2.0,2.99999)'
5252
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '[2.3.1,2.99999)'
5353
compile group: 'commons-validator', name: 'commons-validator', version: '[1.4.0,1.99999)'
5454
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.+'
5656
// TODO: find out how to initialize these dependencies properly, or remove them
5757
//compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.5'
5858
//compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'

0 commit comments

Comments
 (0)