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 a63bba4 commit 33b7866Copy full SHA for 33b7866
dependencyManagement/build.gradle.kts
@@ -27,8 +27,8 @@ dependencies {
27
api("com.google.auto.service:auto-service-annotations:1.1.1")
28
api("com.google.auto.value:auto-value:1.11.0")
29
api("com.google.auto.value:auto-value-annotations:1.11.0")
30
- api("com.google.errorprone:error_prone_annotations:2.42.0")
31
- api("com.google.errorprone:error_prone_core:2.42.0")
+ api("com.google.errorprone:error_prone_annotations:2.43.0")
+ api("com.google.errorprone:error_prone_core:2.43.0")
32
api("io.github.netmikey.logunit:logunit-jul:2.0.0")
33
api("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")
34
api("io.prometheus:simpleclient:0.16.0")
0 commit comments