File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.21.0 '
59
+ implementation 'com.google.cloud:google-cloud-spanner:6.21.1 '
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.21.0 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.21.1 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 22
22
<maven .compiler.source>1.8</maven .compiler.source>
23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<opencensus .version>0.31.0</opencensus .version>
25
- <trace .version>2.1.5 </trace .version>
25
+ <trace .version>2.1.6 </trace .version>
26
26
<cloudmonitoring .version>3.2.5</cloudmonitoring .version>
27
27
</properties >
28
28
Original file line number Diff line number Diff line change 22
22
<maven .compiler.source>1.8</maven .compiler.source>
23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<opencensus .version>0.31.0</opencensus .version>
25
- <trace .version>2.1.5 </trace .version>
25
+ <trace .version>2.1.6 </trace .version>
26
26
<cloudmonitoring .version>3.2.5</cloudmonitoring .version>
27
27
</properties >
28
28
You can’t perform that action at this time.
0 commit comments