Update smoke tests to SDK 0.14.1 (#2043)

This commit is contained in:
Anuraag Agrawal 2021-01-14 15:22:30 +09:00 committed by GitHub
parent 822e18675d
commit 47a4061078
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.13.1")
implementation platform("io.opentelemetry:opentelemetry-bom:0.14.1")
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.13.1")
implementation platform("io.opentelemetry:opentelemetry-bom:0.14.1")
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.opentelemetry:opentelemetry-extension-annotations'