Skip to content

Commit

Permalink
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jr…
Browse files Browse the repository at this point in the history
…e in /hiero-dependency-versions (#17240)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 9f7252e commit 7f175f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies.constraints {
api("com.google.auto.service:auto-service:$autoService") {
because("com.google.auto.service.processor")
}
api("com.google.guava:guava:33.3.1-jre") { because("com.google.common") }
api("com.google.guava:guava:33.4.0-jre") { because("com.google.common") }
api("com.google.j2objc:j2objc-annotations:3.0.0") { because("com.google.j2objc.annotations") }
api("com.google.jimfs:jimfs:1.3.0") { because("com.google.common.jimfs") }
api("com.google.protobuf:protobuf-java:$protobuf") { because("com.google.protobuf") }
Expand Down

0 comments on commit 7f175f9

Please sign in to comment.