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 48b2956 commit e98ae90Copy full SHA for e98ae90
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.41.0")
31
- api("com.google.errorprone:error_prone_core:2.41.0")
+ api("com.google.errorprone:error_prone_annotations:2.42.0")
+ api("com.google.errorprone:error_prone_core:2.42.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