Skip to content

Commit 30203ce

Browse files
1 parent e0e72b6 commit 30203ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
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.21.2</version>
44+
<version>6.23.2</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.23.1'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.23.2'
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.23.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.23.2"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)