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 @@ -23,13 +23,13 @@ dependencies {
23
23
implementation(" dev.sigstore:protobuf-specs:0.3.0" ) {
24
24
because(" It generates Sigstore Bundle file" )
25
25
}
26
- implementation(platform(" com.google.protobuf:protobuf-bom:3.25.2 " ))
26
+ implementation(platform(" com.google.protobuf:protobuf-bom:3.25.3 " ))
27
27
implementation(" com.google.protobuf:protobuf-java-util" ) {
28
28
because(" It converts protobuf to json" )
29
29
}
30
30
31
31
// grpc deps
32
- implementation(platform(" io.grpc:grpc-bom:1.61.1 " ))
32
+ implementation(platform(" io.grpc:grpc-bom:1.62.2 " ))
33
33
implementation(" io.grpc:grpc-protobuf" )
34
34
implementation(" io.grpc:grpc-stub" )
35
35
runtimeOnly(" io.grpc:grpc-netty-shaded" )
@@ -61,11 +61,11 @@ dependencies {
61
61
62
62
protobuf {
63
63
protoc {
64
- artifact = " com.google.protobuf:protoc:3.25.2 "
64
+ artifact = " com.google.protobuf:protoc:3.25.3 "
65
65
}
66
66
plugins {
67
67
id(" grpc" ) {
68
- artifact = " io.grpc:protoc-gen-grpc-java:1.61.1 "
68
+ artifact = " io.grpc:protoc-gen-grpc-java:1.62.2 "
69
69
}
70
70
}
71
71
generateProtoTasks {
You can’t perform that action at this time.
0 commit comments