Skip to content

Commit 3af9991

Browse files
chore(deps): bump protobuf in /hiero-dependency-versions
Bumps `protobuf` from 4.30.0 to 4.30.1. Updates `com.google.protobuf:protobuf-java` from 4.30.0 to 4.30.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.30.0...v4.30.1) Updates `com.google.protobuf:protobuf-javalite` from 4.30.0 to 4.30.1 Updates `com.google.protobuf:protoc` from 4.30.0 to 4.30.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.30.0...v4.30.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5628dc commit 3af9991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hiero-dependency-versions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group = "org.hiero"
1010

1111
val bouncycastle = "1.80"
1212
val grpc = "1.70.0"
13-
val protobuf = "4.30.0"
13+
val protobuf = "4.30.2"
1414
val slf4j = "2.0.17"
1515

1616
dependencies {

0 commit comments

Comments
 (0)