Skip to content

Commit

Permalink
chore(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 /pbj-core/hiero-dependency-versions (#358)

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 14, 2025
1 parent 30bcade commit 891c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbj-core/hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies.constraints {
api("io.grpc:protoc-gen-grpc-java:1.66.0")

// Testing only
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.protobuf:protobuf-java:$protobuf") { because("com.google.protobuf") }
api("com.google.protobuf:protobuf-java-util:$protobuf") { because("com.google.protobuf.util") }
api("org.assertj:assertj-core:3.27.2") { because("org.assertj.core") }
Expand Down

0 comments on commit 891c57f

Please sign in to comment.