File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hiero-dependency-versions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies.constraints {
25
25
api(" com.google.auto.service:auto-service-annotations:1.1.1" ) {
26
26
because(" com.google.auto.service" )
27
27
}
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" ) }
29
29
api(" com.google.j2objc:j2objc-annotations:3.0.0" ) { because(" com.google.j2objc.annotations" ) }
30
30
api(" com.google.protobuf:protobuf-java-util:$protobufVersion " ) {
31
31
because(" com.google.protobuf.util" )
Original file line number Diff line number Diff line change 1
1
// 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 " }
3
3
4
4
rootProject.name = " hiero-block-node"
5
5
You can’t perform that action at this time.
0 commit comments