Update smoke tests to released 0.16.0 (#2228)

This commit is contained in:
Anuraag Agrawal 2021-02-09 15:07:10 +09:00 committed by GitHub
parent ca5cd7f42c
commit b0a7aa1ae8
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-SNAPSHOT")
implementation platform("io.opentelemetry:opentelemetry-bom:0.16.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-SNAPSHOT")
implementation platform("io.opentelemetry:opentelemetry-bom:0.16.0")
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.opentelemetry:opentelemetry-extension-annotations'