File tree Expand file tree Collapse file tree 3 files changed +3
-19
lines changed
google-cloud-spanner-executor Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5757If you are using Gradle without BOM, add this to your dependencies:
5858
5959``` Groovy
60- implementation 'com.google.cloud:google-cloud-spanner:6.50.0 '
60+ implementation 'com.google.cloud:google-cloud-spanner:6.50.1 '
6161```
6262
6363If you are using SBT, add this to your dependencies:
6464
6565``` Scala
66- libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.50.0 "
66+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.50.1 "
6767```
6868<!-- {x-version-update-end} -->
6969
@@ -432,7 +432,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
432432[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html
433433[ stability-image ] : https://img.shields.io/badge/stability-stable-green
434434[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg
435- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.50.0
435+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.50.1
436436[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
437437[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
438438[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 9090 <groupId >com.google.api.grpc</groupId >
9191 <artifactId >proto-google-cloud-spanner-executor-v1</artifactId >
9292 <version >1.4.0</version >
93- <!-- Temp exclusion. Remove next protobuf upgrade (to 3.23.3 or higher)
94- context: https://github.com/googleapis/sdk-platform-java/pull/1791#issuecomment-1601587713-->
95- <exclusions >
96- <exclusion >
97- <groupId >com.google.j2objc</groupId >
98- <artifactId >j2objc-annotations</artifactId >
99- </exclusion >
100- </exclusions >
10193 </dependency >
10294 <dependency >
10395 <groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 194194 <dependency >
195195 <groupId >com.google.protobuf</groupId >
196196 <artifactId >protobuf-java-util</artifactId >
197- <!-- Temp exclusion. Remove next protobuf upgrade (to 3.23.3 or higher)
198- context: https://github.com/googleapis/sdk-platform-java/pull/1791#issuecomment-1601587713-->
199- <exclusions >
200- <exclusion >
201- <groupId >com.google.j2objc</groupId >
202- <artifactId >j2objc-annotations</artifactId >
203- </exclusion >
204- </exclusions >
205197 </dependency >
206198 <dependency >
207199 <groupId >com.google.api.grpc</groupId >
You can’t perform that action at this time.
0 commit comments