File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
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:31aa2ef27b071c2e7844b0eb1d5a24254daff06615b1b138b994dd6345c0b0ea
17
- # created: 2024-05-17T15:15:57.6714113Z
16
+ digest : sha256:72f0d373307d128b2cb720c5cb4d90b31f0e86529dd138c632710ae0c69efae3
17
+ # created: 2024-06-05T18:32:21.724930324Z
Original file line number Diff line number Diff line change 1
1
trustedContributors :
2
2
- renovate-bot
3
3
- gcf-owl-bot[bot]
4
+
5
+ annotations :
6
+ - type : comment
7
+ text : " /gcbrun"
8
+ - type : label
9
+ text : " kokoro:force-run"
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.68.0 '
60
+ implementation 'com.google.cloud:google-cloud-spanner:6.68.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.68.0 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.68.1 "
67
67
```
68
68
<!-- {x-version-update-end} -->
69
69
@@ -671,7 +671,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
671
671
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html
672
672
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
673
673
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg
674
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.68.0
674
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.68.1
675
675
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
676
676
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
677
677
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
You can’t perform that action at this time.
0 commit comments