Skip to content

Commit ea86d50

Browse files
Update protobuf_grpc
1 parent b9b35ef commit ea86d50

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.3.2")
2626

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

3030
// grpc deps
31-
implementation(platform("io.grpc:grpc-bom:1.68.1"))
31+
implementation(platform("io.grpc:grpc-bom:1.68.2"))
3232
implementation("io.grpc:grpc-protobuf")
3333
implementation("io.grpc:grpc-stub")
3434
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -63,11 +63,11 @@ dependencies {
6363

6464
protobuf {
6565
protoc {
66-
artifact = "com.google.protobuf:protoc:4.28.3"
66+
artifact = "com.google.protobuf:protoc:4.29.1"
6767
}
6868
plugins {
6969
id("grpc") {
70-
artifact = "io.grpc:protoc-gen-grpc-java:1.68.1"
70+
artifact = "io.grpc:protoc-gen-grpc-java:1.68.2"
7171
}
7272
}
7373
generateProtoTasks {

0 commit comments

Comments
 (0)