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.3.2" )
26
26
27
- implementation(platform(" com.google.protobuf:protobuf-bom:4.28.3 " ))
27
+ implementation(platform(" com.google.protobuf:protobuf-bom:4.29.1 " ))
28
28
implementation(" com.google.protobuf:protobuf-java-util" )
29
29
30
30
// grpc deps
31
- implementation(platform(" io.grpc:grpc-bom:1.68.1 " ))
31
+ implementation(platform(" io.grpc:grpc-bom:1.68.2 " ))
32
32
implementation(" io.grpc:grpc-protobuf" )
33
33
implementation(" io.grpc:grpc-stub" )
34
34
runtimeOnly(" io.grpc:grpc-netty-shaded" )
@@ -63,11 +63,11 @@ dependencies {
63
63
64
64
protobuf {
65
65
protoc {
66
- artifact = " com.google.protobuf:protoc:4.28.3 "
66
+ artifact = " com.google.protobuf:protoc:4.29.1 "
67
67
}
68
68
plugins {
69
69
id(" grpc" ) {
70
- artifact = " io.grpc:protoc-gen-grpc-java:1.68.1 "
70
+ artifact = " io.grpc:protoc-gen-grpc-java:1.68.2 "
71
71
}
72
72
}
73
73
generateProtoTasks {
You can’t perform that action at this time.
0 commit comments