Skip to content

Commit

Permalink
Merge pull request #159 from GoogleCloudPlatform/version-bump
Browse files Browse the repository at this point in the history
Version bump. Deps upgrade.
  • Loading branch information
nimf committed Jan 28, 2023
2 parents 1bda48e + 6d6734a commit bc4316b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grpc-gcp/build.gradle
Expand Up @@ -15,17 +15,17 @@ repositories {
mavenLocal()
}

version = '1.4.0-SNAPSHOT'
version = '1.4.0'
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.20.1'
def protocVersion = '3.20.1'
def grpcVersion = '1.36.3'
def protobufVersion = '3.20.3'
def protocVersion = '3.20.3'
def spannerVersion = '6.1.0'
def opencensusVersion = '0.28.0'
def opencensusVersion = '0.28.3'

dependencies {
implementation "com.google.protobuf:protobuf-java:${protobufVersion}"
Expand Down

0 comments on commit bc4316b

Please sign in to comment.