@@ -5,7 +5,7 @@ plugins {
5
5
id(" build-logic.test-junit5" )
6
6
id(" build-logic.build-info" )
7
7
id(" org.jsonschema2dataclass" ) version " 5.0.0"
8
- id(" com.google.protobuf" ) version " 0.9.4 "
8
+ id(" com.google.protobuf" ) version " 0.9.5 "
9
9
}
10
10
11
11
description = " A Java client for signing and verifying using Sigstore"
@@ -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.2 " ))
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.2 "
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 {
0 commit comments