Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit ed3ebcb

Browse files
1 parent 62417cc commit ed3ebcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:25.2.0')
52+
implementation platform('com.google.cloud:libraries-bom:25.3.0')
5353
5454
implementation 'com.google.cloud:google-cloud-spanner'
5555
```
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.24.0'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.25.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.24.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.25.1"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)