Update dependencies

This commit is contained in:
Tyler Benson 2018-01-22 15:08:28 -05:00
parent b60dbb94f8
commit 53a575dc74
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ apply from: "${rootDir}/gradle/java.gradle"
dependencies {
compileOnly group: 'com.amazonaws', name: 'aws-java-sdk-core', version: '1.11.119'
compile('io.opentracing.contrib:opentracing-aws-sdk:0.0.3-RC1') {
compile('io.opentracing.contrib:opentracing-aws-sdk:0.0.3') {
transitive = false
}

View File

@ -33,7 +33,7 @@ apply from: "${rootDir}/gradle/java.gradle"
dependencies {
compileOnly group: 'com.datastax.cassandra', name: 'cassandra-driver-core', version: '3.2.0'
compile('io.opentracing.contrib:opentracing-cassandra-driver:0.0.3-RC1') {
compile('io.opentracing.contrib:opentracing-cassandra-driver:0.0.3') {
transitive = false
}

View File

@ -16,7 +16,7 @@ apply from: "${rootDir}/gradle/java.gradle"
dependencies {
compileOnly group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.0.0'
compile('io.opentracing.contrib:opentracing-okhttp3:0.1.0-RC1') {
compile('io.opentracing.contrib:opentracing-okhttp3:0.1.0') {
transitive = false
}

View File

@ -14,7 +14,7 @@ apply from: "${rootDir}/gradle/java.gradle"
dependencies {
compileOnly group: 'javax.servlet', name: 'servlet-api', version: '2.3'
compile('io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0-RC1') {
compile('io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0') {
transitive = false
}

View File

@ -15,7 +15,7 @@ apply from: "${rootDir}/gradle/java.gradle"
dependencies {
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
compile('io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0-RC1') {
compile('io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0') {
transitive = false
}

View File

@ -35,7 +35,7 @@ ext {
],
bytebuddy : dependencies.create(group: 'net.bytebuddy', name: 'byte-buddy', version: "${version.bytebuddy}"),
autoservice: [
dependencies.create(group: 'com.google.auto.service', name: 'auto-service', version: '1.0-rc3'),
dependencies.create(group: 'com.google.auto.service', name: 'auto-service', version: '1.0-rc4'),
dependencies.create(group: 'com.google.auto', name: 'auto-common', version: '0.3'),
dependencies.create(group: 'com.google.guava', name: 'guava', version: '19.0'),
],