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 b4caad0 commit 13d0619Copy full SHA for 13d0619
hiero-dependency-versions/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies.constraints {
26
api("com.google.auto.service:auto-service-annotations:1.1.1") {
27
because("com.google.auto.service")
28
}
29
- api("com.google.guava:guava:33.4.7-jre") { because("com.google.common") }
+ api("com.google.guava:guava:33.4.8-jre") { because("com.google.common") }
30
api("com.google.j2objc:j2objc-annotations:3.0.0") { because("com.google.j2objc.annotations") }
31
api("com.google.protobuf:protobuf-java-util:$protobufVersion") {
32
because("com.google.protobuf.util")
0 commit comments