Skip to content

Commit b5909ba

Browse files
chore: generate libraries at Fri Oct 11 05:52:31 UTC 2024
1 parent 3ca2bb6 commit b5909ba

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
3636

3737
If you are using Maven without the BOM, add this to your dependencies:
3838

39-
<!-- {x-version-update-start:google-cloud-spanner:released} -->
4039

4140
```xml
4241
<dependency>
@@ -57,15 +56,14 @@ implementation 'com.google.cloud:google-cloud-spanner'
5756
If you are using Gradle without BOM, add this to your dependencies:
5857

5958
```Groovy
60-
implementation 'com.google.cloud:google-cloud-spanner:6.77.0'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.78.0'
6160
```
6261

6362
If you are using SBT, add this to your dependencies:
6463

6564
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.77.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.78.0"
6766
```
68-
<!-- {x-version-update-end} -->
6967

7068
## Authentication
7169

@@ -721,7 +719,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
721719
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html
722720
[stability-image]: https://img.shields.io/badge/stability-stable-green
723721
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg
724-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.77.0
722+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.78.0
725723
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
726724
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
727725
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)