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 6a3094f commit 36156f4Copy full SHA for 36156f4
dependencyManagement/build.gradle.kts
@@ -26,8 +26,8 @@ dependencies {
26
api("com.google.auto.service:auto-service-annotations:1.1.1")
27
api("com.google.auto.value:auto-value:1.11.0")
28
api("com.google.auto.value:auto-value-annotations:1.11.0")
29
- api("com.google.errorprone:error_prone_annotations:2.39.0")
30
- api("com.google.errorprone:error_prone_core:2.39.0")
+ api("com.google.errorprone:error_prone_annotations:2.40.0")
+ api("com.google.errorprone:error_prone_core:2.40.0")
31
api("io.github.netmikey.logunit:logunit-jul:2.0.0")
32
api("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")
33
api("io.prometheus:simpleclient:0.16.0")
0 commit comments