Update smoke tests to 0.17.0 (#2327)

This commit is contained in:
Anuraag Agrawal 2021-02-18 15:49:09 +09:00 committed by GitHub
parent c95b5048e8
commit 8bba7ac364
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.16.0")
implementation platform("io.opentelemetry:opentelemetry-bom:0.17.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.16.0")
implementation platform("io.opentelemetry:opentelemetry-bom:0.17.0")
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.opentelemetry:opentelemetry-extension-annotations'