File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,11 @@ dependencies {
20
20
21
21
implementation(" io.github.erdtman:java-json-canonicalization:1.1" )
22
22
23
- implementation(" dev.sigstore:protobuf-specs:0.3.0" ) {
24
- because(" It generates Sigstore Bundle file" )
25
- }
26
- implementation(platform(" com.google.protobuf:protobuf-bom:3.25.3" ))
27
- implementation(" com.google.protobuf:protobuf-java-util" ) {
28
- because(" It converts protobuf to json" )
29
- }
23
+ protobuf(" dev.sigstore:protobuf-specs:0.3.0" )
24
+ protobuf(" com.google.api.grpc:proto-google-common-protos:2.37.1" )
25
+
26
+ implementation(platform(" com.google.protobuf:protobuf-bom:4.26.1" ))
27
+ implementation(" com.google.protobuf:protobuf-java-util" )
30
28
31
29
// grpc deps
32
30
implementation(platform(" io.grpc:grpc-bom:1.62.2" ))
@@ -64,7 +62,7 @@ dependencies {
64
62
65
63
protobuf {
66
64
protoc {
67
- artifact = " com.google.protobuf:protoc:3.25.3 "
65
+ artifact = " com.google.protobuf:protoc:4.26.1 "
68
66
}
69
67
plugins {
70
68
id(" grpc" ) {
You can’t perform that action at this time.
0 commit comments