Skip to content

Commit

Permalink
Pin opentelemetry-proto to 0.19.+
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Jan 10, 2023
1 parent 5d7794c commit e332580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/micrometer-registry-otlp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':micrometer-core')

// some proto are marked alpha, hence the alpha version. metrics proto is what we use and it is marked stable
implementation 'io.opentelemetry.proto:opentelemetry-proto:latest.release'
implementation 'io.opentelemetry.proto:opentelemetry-proto:0.19.+'

testImplementation project(':micrometer-test')
}

0 comments on commit e332580

Please sign in to comment.