File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ dependencies {
2424 // this requires inclusion of protos is src/main/proto
2525 protobuf(" dev.sigstore:protobuf-specs:0.3.2" )
2626
27- implementation(platform(" com.google.protobuf:protobuf-bom:4.29.2 " ))
27+ implementation(platform(" com.google.protobuf:protobuf-bom:4.29.3 " ))
2828 implementation(" com.google.protobuf:protobuf-java-util" )
2929
3030 // grpc deps
31- implementation(platform(" io.grpc:grpc-bom:1.69 .0" ))
31+ implementation(platform(" io.grpc:grpc-bom:1.70 .0" ))
3232 implementation(" io.grpc:grpc-protobuf" )
3333 implementation(" io.grpc:grpc-stub" )
3434 runtimeOnly(" io.grpc:grpc-netty-shaded" )
@@ -63,11 +63,11 @@ dependencies {
6363
6464protobuf {
6565 protoc {
66- artifact = " com.google.protobuf:protoc:4.29.2 "
66+ artifact = " com.google.protobuf:protoc:4.29.3 "
6767 }
6868 plugins {
6969 id(" grpc" ) {
70- artifact = " io.grpc:protoc-gen-grpc-java:1.69 .0"
70+ artifact = " io.grpc:protoc-gen-grpc-java:1.70 .0"
7171 }
7272 }
7373 generateProtoTasks {
You can’t perform that action at this time.
0 commit comments