Skip to content

Commit 78695e5

Browse files
authored
Merge pull request #515 from sigstore/renovate/protobuf_grpc
fix(deps): update protobuf_grpc
2 parents 73dd7f2 + 7881603 commit 78695e5

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
@@ -4,7 +4,7 @@ plugins {
44
id("build-logic.java-published-library")
55
id("build-logic.test-junit5")
66
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"
88
}
99

1010
description = "A Java client for signing and verifying using Sigstore"
@@ -23,13 +23,13 @@ dependencies {
2323
implementation("dev.sigstore:protobuf-specs:0.1.0") {
2424
because("It generates Sigstore Bundle file")
2525
}
26-
implementation(platform("com.google.protobuf:protobuf-bom:3.22.0"))
26+
implementation(platform("com.google.protobuf:protobuf-bom:3.24.3"))
2727
implementation("com.google.protobuf:protobuf-java-util") {
2828
because("It converts protobuf to json")
2929
}
3030

3131
// grpc deps
32-
implementation(platform("io.grpc:grpc-bom:1.53.0"))
32+
implementation(platform("io.grpc:grpc-bom:1.58.0"))
3333
implementation("io.grpc:grpc-protobuf")
3434
implementation("io.grpc:grpc-stub")
3535
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -61,11 +61,11 @@ dependencies {
6161

6262
protobuf {
6363
protoc {
64-
artifact = "com.google.protobuf:protoc:3.22.0"
64+
artifact = "com.google.protobuf:protoc:3.24.3"
6565
}
6666
plugins {
6767
id("grpc") {
68-
artifact = "io.grpc:protoc-gen-grpc-java:1.53.0"
68+
artifact = "io.grpc:protoc-gen-grpc-java:1.58.0"
6969
}
7070
}
7171
generateProtoTasks {

0 commit comments

Comments
 (0)