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'
57
57
If you are using Gradle without BOM, add this to your dependencies:
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-spanner:6.50.0 '
60
+ implementation 'com.google.cloud:google-cloud-spanner:6.50.1 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies:
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.50.0 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.50.1 "
67
67
```
68
68
<!-- {x-version-update-end} -->
69
69
@@ -432,7 +432,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
432
432
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html
433
433
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
434
434
[ 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
436
436
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
437
437
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
438
438
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 90
90
<groupId >com.google.api.grpc</groupId >
91
91
<artifactId >proto-google-cloud-spanner-executor-v1</artifactId >
92
92
<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 >
101
93
</dependency >
102
94
<dependency >
103
95
<groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 194
194
<dependency >
195
195
<groupId >com.google.protobuf</groupId >
196
196
<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 >
205
197
</dependency >
206
198
<dependency >
207
199
<groupId >com.google.api.grpc</groupId >
You can’t perform that action at this time.
0 commit comments