Skip to content

Commit d75b856

Browse files
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.6-jre in /hiero-dependency-versions (#974)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alfredo Gutierrez Grajeda <alfredo@hashgraph.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alfredo Gutierrez Grajeda <alfredo@hashgraph.com>
1 parent 340ecbe commit d75b856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hiero-dependency-versions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies.constraints {
2525
api("com.google.auto.service:auto-service-annotations:1.1.1") {
2626
because("com.google.auto.service")
2727
}
28-
api("com.google.guava:guava:33.4.0-jre") { because("com.google.common") }
28+
api("com.google.guava:guava:33.4.6-jre") { because("com.google.common") }
2929
api("com.google.j2objc:j2objc-annotations:3.0.0") { because("com.google.j2objc.annotations") }
3030
api("com.google.protobuf:protobuf-java-util:$protobufVersion") {
3131
because("com.google.protobuf.util")

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: Apache-2.0
2-
plugins { id("org.hiero.gradle.build") version "0.3.7" }
2+
plugins { id("org.hiero.gradle.build") version "0.3.8" }
33

44
rootProject.name = "hiero-block-node"
55

0 commit comments

Comments
 (0)