Update to SDK version 0.7.0 (#881)

This commit is contained in:
Trask Stalnaker 2020-08-03 16:06:25 -07:00 committed by GitHub
parent 303d8f427f
commit eed2359803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ configurations.all {
ext {
versions = [
// Check https://oss.jfrog.org/libs-snapshot/io/opentelemetry/ for latest snapshot version.
opentelemetry : '0.7.0-20200731.182113-47',
// Snapshot versions can often get split into two suffixes
opentelemetryOther: '0.7.0-20200731.182113-46',
opentelemetry : '0.7.0',
// Snapshot versions are getting split into two suffixes
opentelemetryOther: '0.7.0',
slf4j : "1.7.30",
guava : "20.0", // Last version to support Java 7