File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:ae72564aa9c368b9ccd96f4af21f87889fd83b9e60635b80844deb5a2ccd08aa
16
+ digest : sha256:bd316b9a591c45264775ecaba72e37d65905925c323b68e51a08c4126e4b6d0a
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
56
56
If you are using Gradle without BOM, add this to your dependencies:
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-spanner:6.31.2 '
59
+ implementation 'com.google.cloud:google-cloud-spanner:6.32.0 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies:
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.31.2 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.32.0 "
66
66
```
67
67
68
68
## Authentication
You can’t perform that action at this time.
0 commit comments