Skip to content

Commit 0b88473

Browse files
fix(deps): update protobuf packages to v4.29.3 (#574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 293819b commit 0b88473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ java {
1616
}
1717

1818
var grpcVersion = "1.69.0" // CURRENT_GRPC_VERSION
19-
var protobufVersion = "4.29.2"
19+
var protobufVersion = "4.29.3"
2020
var protocVersion = protobufVersion
2121

2222
dependencies {

0 commit comments

Comments
 (0)