File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
samples/install-without-bom Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.29.1 </version >
44+ <version >6.30.0 </version >
4545</dependency >
4646
4747```
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5656If you are using Gradle without BOM, add this to your dependencies:
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-spanner:6.29.1 '
59+ implementation 'com.google.cloud:google-cloud-spanner:6.30.0 '
6060```
6161
6262If you are using SBT, add this to your dependencies:
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.29.1 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.30.0 "
6666```
6767
6868## Authentication
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.google.cloud</groupId >
3434 <artifactId >google-cloud-spanner</artifactId >
35- <version >6.29.1 </version >
35+ <version >6.30.0 </version >
3636 </dependency >
3737 <!-- [END spanner_install_without_bom] -->
3838
You can’t perform that action at this time.
0 commit comments