Skip to content

Commit

Permalink
bump depency version
Browse files Browse the repository at this point in the history
Signed-off-by: Jeronimo Irazabal <[email protected]>
  • Loading branch information
jeroiraz committed Jun 2, 2022
1 parent e2cae88 commit fadb374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'java-library'
id 'jacoco'
id 'com.github.kt3k.coveralls' version '2.10.2'
id 'com.google.protobuf' version '0.8.14'
id 'com.google.protobuf' version '0.8.18'
}

apply plugin: 'java'
Expand All @@ -45,8 +45,8 @@ version = '0.9.10.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8

def protocVersion = '3.14.0'
def grpcVersion = '1.35.0'
def protocVersion = '3.19.4'
def grpcVersion = '1.43.2'

protobuf {
protoc {
Expand Down

0 comments on commit fadb374

Please sign in to comment.