Skip to content

Commit e3c80f0

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sigstore-java/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("build-logic.test-junit5")
66
id("build-logic.build-info")
77
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"
99
}
1010

1111
description = "A Java client for signing and verifying using Sigstore"
@@ -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.2"))
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.2"
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)