File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.4 .0</version >
22
+ <version >26.5 .0</version >
23
23
<type >pom</type >
24
24
<scope >import</scope >
25
25
</dependency >
@@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies:
49
49
If you are using Gradle 5.x or later, add this to your dependencies:
50
50
51
51
``` Groovy
52
- implementation platform('com.google.cloud:libraries-bom:26.4 .0')
52
+ implementation platform('com.google.cloud:libraries-bom:26.5 .0')
53
53
54
54
implementation 'com.google.cloud:google-cloud-spanner'
55
55
```
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.35.1 '
59
+ implementation 'com.google.cloud:google-cloud-spanner:6.35.2 '
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.35.1 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.35.2 "
66
66
```
67
67
68
68
## Authentication
You can’t perform that action at this time.
0 commit comments