File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
17
- # created: 2022-07-13T13:53:17.676447481Z
16
+ digest : sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
17
+ # created: 2022-07-18T21:44:23.94208526Z
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.25.7 '
59
+ implementation 'com.google.cloud:google-cloud-spanner:6.26.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.25.7 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.26.0 "
66
66
```
67
67
68
68
## Authentication
You can’t perform that action at this time.
0 commit comments