Skip to content
Snippets Groups Projects
Commit 952d1028 authored by NMaaS Renovate's avatar NMaaS Renovate
Browse files

Update grpc-java monorepo to v1.73.0

parent f27a8b4c
No related branches found
No related tags found
1 merge request!214Update grpc-java monorepo to v1.73.0 (minor)
Pipeline #94442 passed
...@@ -34,7 +34,7 @@ protobuf { ...@@ -34,7 +34,7 @@ protobuf {
} }
plugins { plugins {
grpc { grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.72.0' artifact = 'io.grpc:protoc-gen-grpc-java:1.73.0'
} }
} }
generateProtoTasks { generateProtoTasks {
...@@ -132,9 +132,9 @@ dependencies { ...@@ -132,9 +132,9 @@ dependencies {
// GRPC communication with Janitor // GRPC communication with Janitor
implementation('com.google.protobuf:protobuf-java:4.31.0') implementation('com.google.protobuf:protobuf-java:4.31.0')
implementation('io.grpc:grpc-netty-shaded:1.72.0') implementation('io.grpc:grpc-netty-shaded:1.73.0')
implementation('io.grpc:grpc-protobuf:1.72.0') implementation('io.grpc:grpc-protobuf:1.73.0')
implementation('io.grpc:grpc-stub:1.72.0') implementation('io.grpc:grpc-stub:1.73.0')
// CSV processing // CSV processing
implementation('com.opencsv:opencsv:5.11') implementation('com.opencsv:opencsv:5.11')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment