File tree 3 files changed +4
-4
lines changed
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.31.1 '
59
+ implementation 'com.google.cloud:google-cloud-spanner:6.31.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.31.1 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.31.2 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<opencensus .version>0.31.1</opencensus .version>
25
25
<trace .version>2.3.7</trace .version>
26
- <cloudmonitoring .version>3.4.5 </cloudmonitoring .version>
26
+ <cloudmonitoring .version>3.4.6 </cloudmonitoring .version>
27
27
</properties >
28
28
29
29
Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<opencensus .version>0.31.1</opencensus .version>
25
25
<trace .version>2.3.7</trace .version>
26
- <cloudmonitoring .version>3.4.5 </cloudmonitoring .version>
26
+ <cloudmonitoring .version>3.4.6 </cloudmonitoring .version>
27
27
</properties >
28
28
29
29
<dependencies >
You can’t perform that action at this time.
0 commit comments