Skip to content

Commit 7076d94

Browse files
renovate[bot]vlsi
authored andcommitted
fix(deps): update protobuf_grpc
1 parent fb4ac30 commit 7076d94

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
@@ -23,13 +23,13 @@ dependencies {
2323
implementation("dev.sigstore:protobuf-specs:0.3.0") {
2424
because("It generates Sigstore Bundle file")
2525
}
26-
implementation(platform("com.google.protobuf:protobuf-bom:3.25.2"))
26+
implementation(platform("com.google.protobuf:protobuf-bom:3.25.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.61.1"))
32+
implementation(platform("io.grpc:grpc-bom:1.62.2"))
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.25.2"
64+
artifact = "com.google.protobuf:protoc:3.25.3"
6565
}
6666
plugins {
6767
id("grpc") {
68-
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
68+
artifact = "io.grpc:protoc-gen-grpc-java:1.62.2"
6969
}
7070
}
7171
generateProtoTasks {

0 commit comments

Comments
 (0)