Skip to content
Snippets Groups Projects
Commit a8ca34ab authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge remote-tracking branch 'origin/develop' into develop

parents 9c9c3f15 6ad22ea3
Branches
Tags
1 merge request!273Release 1.8.0 update
Pipeline #94458 failed
......@@ -34,7 +34,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.72.0'
artifact = 'io.grpc:protoc-gen-grpc-java:1.73.0'
}
}
generateProtoTasks {
......@@ -132,9 +132,9 @@ dependencies {
// GRPC communication with Janitor
implementation('com.google.protobuf:protobuf-java:4.31.0')
implementation('io.grpc:grpc-netty-shaded:1.72.0')
implementation('io.grpc:grpc-protobuf:1.72.0')
implementation('io.grpc:grpc-stub:1.72.0')
implementation('io.grpc:grpc-netty-shaded:1.73.0')
implementation('io.grpc:grpc-protobuf:1.73.0')
implementation('io.grpc:grpc-stub:1.73.0')
// CSV processing
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