Skip to content

Commit bb31daf

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.36.1 (#2296)
* chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.36.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9012866 commit bb31daf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-spanner</artifactId>
44-
<version>6.36.0</version>
44+
<version>6.36.1</version>
4545
</dependency>
4646

4747
```
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-spanner:6.36.0'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.36.1'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.36.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.36.1"
6666
```
6767

6868
## Authentication

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.google.cloud</groupId>
3434
<artifactId>google-cloud-spanner</artifactId>
35-
<version>6.36.0</version>
35+
<version>6.36.1</version>
3636
</dependency>
3737
<!-- [END spanner_install_without_bom] -->
3838

0 commit comments

Comments
 (0)