File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ dependencies {
24
24
// this requires inclusion of protos is src/main/proto
25
25
protobuf(" dev.sigstore:protobuf-specs:0.4.0" )
26
26
27
- implementation(platform(" com.google.protobuf:protobuf-bom:4.29.3 " ))
27
+ implementation(platform(" com.google.protobuf:protobuf-bom:4.30.1 " ))
28
28
implementation(" com.google.protobuf:protobuf-java-util" )
29
29
30
30
// grpc deps
31
- implementation(platform(" io.grpc:grpc-bom:1.70 .0" ))
31
+ implementation(platform(" io.grpc:grpc-bom:1.71 .0" ))
32
32
implementation(" io.grpc:grpc-protobuf" )
33
33
implementation(" io.grpc:grpc-stub" )
34
34
runtimeOnly(" io.grpc:grpc-netty-shaded" )
@@ -62,11 +62,11 @@ dependencies {
62
62
63
63
protobuf {
64
64
protoc {
65
- artifact = " com.google.protobuf:protoc:4.29.3 "
65
+ artifact = " com.google.protobuf:protoc:4.30.1 "
66
66
}
67
67
plugins {
68
68
id(" grpc" ) {
69
- artifact = " io.grpc:protoc-gen-grpc-java:1.70 .0"
69
+ artifact = " io.grpc:protoc-gen-grpc-java:1.71 .0"
70
70
}
71
71
}
72
72
generateProtoTasks {
You can’t perform that action at this time.
0 commit comments