@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >libraries-bom</artifactId >
22
- <version >26.24 .0</version >
22
+ <version >26.26 .0</version >
23
23
<type >pom</type >
24
24
<scope >import</scope >
25
25
</dependency >
@@ -42,28 +42,28 @@ If you are using Maven without the BOM, add this to your dependencies:
42
42
<dependency >
43
43
<groupId >com.google.cloud</groupId >
44
44
<artifactId >google-cloud-spanner</artifactId >
45
- <version >6.50 .0</version >
45
+ <version >6.53 .0</version >
46
46
</dependency >
47
47
48
48
```
49
49
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.26 .0')
53
+ implementation platform('com.google.cloud:libraries-bom:26.27 .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.52.1 '
60
+ implementation 'com.google.cloud:google-cloud-spanner:6.53.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.52.1 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.53.0 "
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.52.1
435
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.53.0
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
0 commit comments