We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1269e commit 9ec6ff7Copy full SHA for 9ec6ff7
dependencyManagement/build.gradle.kts
@@ -25,8 +25,8 @@ dependencies {
25
api("com.google.auto.service:auto-service-annotations:1.1.1")
26
api("com.google.auto.value:auto-value:1.11.0")
27
api("com.google.auto.value:auto-value-annotations:1.11.0")
28
- api("com.google.errorprone:error_prone_annotations:2.38.0")
29
- api("com.google.errorprone:error_prone_core:2.38.0")
+ api("com.google.errorprone:error_prone_annotations:2.39.0")
+ api("com.google.errorprone:error_prone_core:2.39.0")
30
api("io.github.netmikey.logunit:logunit-jul:2.0.0")
31
api("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")
32
api("io.prometheus:simpleclient:0.16.0")
0 commit comments