File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ branches:
66 releaseType : java-yoshi
77 bumpMinorPreMajor : true
88 handleGHRelease : true
9-
9+ extraFiles : ["README.md"]
Original file line number Diff line number Diff line change @@ -15,25 +15,32 @@ Java idiomatic client for [Google Cloud Spanner JDBC][product-docs].
1515If you are using Maven, add this to your pom.xml file:
1616
1717
18+ <!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
1819``` xml
1920<dependency >
2021 <groupId >com.google.cloud</groupId >
2122 <artifactId >google-cloud-spanner-jdbc</artifactId >
22- <version >2.4.1 </version >
23+ <version >2.20.2 </version >
2324</dependency >
2425```
26+ <!-- - {x-version-update-end} -->
27+
2528
2629If you are using Gradle without BOM, add this to your dependencies
2730
31+ <!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
2832``` Groovy
29- implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.4.1 '
33+ implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.20.2 '
3034```
35+ <!-- - {x-version-update-end} -->
3136
3237If you are using SBT, add this to your dependencies
3338
39+ <!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
3440``` Scala
35- libraryDependencies += " com.google.cloud" % " google-cloud-spanner-jdbc" % " 2.4.1 "
41+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner-jdbc" % " 2.20.2 "
3642```
43+ <!-- - {x-version-update-end} -->
3744
3845## Authentication
3946
You can’t perform that action at this time.
0 commit comments