Skip to content

Commit

Permalink
New release 1.2.1.
Browse files Browse the repository at this point in the history
Protobuf updated.
  • Loading branch information
nimf committed Jul 18, 2022
1 parent bcde681 commit 64a6f2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grpc-gcp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ repositories {
mavenLocal()
}

version = '1.2.0'
version = '1.2.1'
group = 'com.google.cloud'
description = 'GRPC-GCP-Extension Java'
sourceCompatibility = '1.8'

def title = 'gRPC extension library for Google Cloud Platform'
def grpcVersion = '1.36.0'
def protobufVersion = '3.12.0'
def protocVersion = '3.12.0'
def protobufVersion = '3.20.1'
def protocVersion = '3.20.1'
def spannerVersion = '6.1.0'
def opencensusVersion = '0.28.0'

Expand Down

0 comments on commit 64a6f2c

Please sign in to comment.