Skip to content

Commit be253b9

Browse files
fix(deps): update protobuf_grpc
1 parent 1a573f9 commit be253b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sigstore-java/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ dependencies {
2424
// this requires inclusion of protos is src/main/proto
2525
protobuf("dev.sigstore:protobuf-specs:0.4.0")
2626

27-
implementation(platform("com.google.protobuf:protobuf-bom:4.29.3"))
27+
implementation(platform("com.google.protobuf:protobuf-bom:4.30.1"))
2828
implementation("com.google.protobuf:protobuf-java-util")
2929

3030
// grpc deps
31-
implementation(platform("io.grpc:grpc-bom:1.70.0"))
31+
implementation(platform("io.grpc:grpc-bom:1.71.0"))
3232
implementation("io.grpc:grpc-protobuf")
3333
implementation("io.grpc:grpc-stub")
3434
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -62,11 +62,11 @@ dependencies {
6262

6363
protobuf {
6464
protoc {
65-
artifact = "com.google.protobuf:protoc:4.29.3"
65+
artifact = "com.google.protobuf:protoc:4.30.1"
6666
}
6767
plugins {
6868
id("grpc") {
69-
artifact = "io.grpc:protoc-gen-grpc-java:1.70.0"
69+
artifact = "io.grpc:protoc-gen-grpc-java:1.71.0"
7070
}
7171
}
7272
generateProtoTasks {

0 commit comments

Comments
 (0)