@@ -4,7 +4,7 @@ plugins {
4
4
id(" build-logic.java-published-library" )
5
5
id(" build-logic.test-junit5" )
6
6
id(" org.jsonschema2dataclass" ) version " 5.0.0"
7
- id(" com.google.protobuf" ) version " 0.9.2 "
7
+ id(" com.google.protobuf" ) version " 0.9.4 "
8
8
}
9
9
10
10
description = " A Java client for signing and verifying using Sigstore"
@@ -23,13 +23,13 @@ dependencies {
23
23
implementation(" dev.sigstore:protobuf-specs:0.1.0" ) {
24
24
because(" It generates Sigstore Bundle file" )
25
25
}
26
- implementation(platform(" com.google.protobuf:protobuf-bom:3.22.0 " ))
26
+ implementation(platform(" com.google.protobuf:protobuf-bom:3.24.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.53 .0" ))
32
+ implementation(platform(" io.grpc:grpc-bom:1.58 .0" ))
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.22.0 "
64
+ artifact = " com.google.protobuf:protoc:3.24.3 "
65
65
}
66
66
plugins {
67
67
id(" grpc" ) {
68
- artifact = " io.grpc:protoc-gen-grpc-java:1.53 .0"
68
+ artifact = " io.grpc:protoc-gen-grpc-java:1.58 .0"
69
69
}
70
70
}
71
71
generateProtoTasks {
0 commit comments