@@ -5,7 +5,7 @@ plugins {
55 id(" build-logic.test-junit5" )
66 id(" build-logic.build-info" )
77 id(" org.jsonschema2dataclass" ) version " 5.0.0"
8- id(" com.google.protobuf" ) version " 0.9.6 "
8+ id(" com.google.protobuf" ) version " 0.10.0 "
99}
1010
1111description = " A Java client for signing and verifying using Sigstore"
@@ -24,11 +24,11 @@ dependencies {
2424 // this requires inclusion of protos is src/main/proto
2525 protobuf(" dev.sigstore:protobuf-specs:0.5.0" )
2626
27- implementation(platform(" com.google.protobuf:protobuf-bom:4.33.4 " ))
27+ implementation(platform(" com.google.protobuf:protobuf-bom:4.35.1 " ))
2828 implementation(" com.google.protobuf:protobuf-java-util" )
2929
3030 // grpc deps
31- implementation(platform(" io.grpc:grpc-bom:1.78.0 " ))
31+ implementation(platform(" io.grpc:grpc-bom:1.82.1 " ))
3232 implementation(" io.grpc:grpc-protobuf" )
3333 implementation(" io.grpc:grpc-stub" )
3434 runtimeOnly(" io.grpc:grpc-netty-shaded" )
@@ -61,11 +61,11 @@ dependencies {
6161
6262protobuf {
6363 protoc {
64- artifact = " com.google.protobuf:protoc:4.33.4 "
64+ artifact = " com.google.protobuf:protoc:4.35.1 "
6565 }
6666 plugins {
6767 id(" grpc" ) {
68- artifact = " io.grpc:protoc-gen-grpc-java:1.78.0 "
68+ artifact = " io.grpc:protoc-gen-grpc-java:1.82.1 "
6969 }
7070 }
7171 generateProtoTasks {
0 commit comments