@@ -50,20 +50,20 @@ If you are using Maven without the BOM, add this to your dependencies:
50
50
If you are using Gradle 5.x or later, add this to your dependencies:
51
51
52
52
``` Groovy
53
- implementation platform('com.google.cloud:libraries-bom:26.27 .0')
53
+ implementation platform('com.google.cloud:libraries-bom:26.28 .0')
54
54
55
55
implementation 'com.google.cloud:google-cloud-spanner'
56
56
```
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.54 .0'
60
+ implementation 'com.google.cloud:google-cloud-spanner:6.55 .0'
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.54 .0"
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.55 .0"
67
67
```
68
68
<!-- {x-version-update-end} -->
69
69
@@ -433,7 +433,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
433
433
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html
434
434
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
435
435
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg
436
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.54 .0
436
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.55 .0
437
437
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
438
438
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
439
439
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments