Update smoke tests to SDK 0.15.0 (#2136)

This commit is contained in:
Anuraag Agrawal 2021-01-29 16:59:13 +09:00 committed by GitHub
parent 328c6832a2
commit 0a74799419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ repositories {
dependencies {
implementation platform("io.grpc:grpc-bom:1.33.1")
implementation platform("io.opentelemetry:opentelemetry-bom:0.14.1")
implementation platform("io.opentelemetry:opentelemetry-bom:0.15.0")
implementation platform("org.apache.logging.log4j:log4j-bom:2.13.3")
implementation "io.grpc:grpc-netty-shaded"

View File

@ -21,7 +21,7 @@ repositories {
}
dependencies {
implementation platform("io.opentelemetry:opentelemetry-bom:0.14.1")
implementation platform("io.opentelemetry:opentelemetry-bom:0.15.0")
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.opentelemetry:opentelemetry-extension-annotations'