mirror of https://github.com/grpc/grpc-java.git
opentelemetry: Use dep from gradle/libs.versions.toml
This commit is contained in:
parent
8aaace12eb
commit
58bab7434a
|
|
@ -18,6 +18,7 @@ androidx-test-ext-junit = "androidx.test.ext:junit:1.1.5"
|
|||
androidx-test-rules = "androidx.test:rules:1.5.0"
|
||||
animalsniffer = "org.codehaus.mojo:animal-sniffer:1.23"
|
||||
animalsniffer-annotations = "org.codehaus.mojo:animal-sniffer-annotations:1.23"
|
||||
assertj-core = "org.assertj:assertj-core:3.24.2"
|
||||
auto-value = "com.google.auto.value:auto-value:1.10.4"
|
||||
auto-value-annotations = "com.google.auto.value:auto-value-annotations:1.10.4"
|
||||
checkstyle = "com.puppycrawl.tools:checkstyle:10.12.5"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ dependencies {
|
|||
testImplementation testFixtures(project(':grpc-core')),
|
||||
project(':grpc-testing'),
|
||||
libraries.opentelemetry.sdk.testing,
|
||||
"org.assertj:assertj-core:3.24.2"
|
||||
libraries.assertj.core // opentelemetry.sdk.testing uses compileOnly for assertj
|
||||
|
||||
annotationProcessor libraries.auto.value
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue