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:
6
6
releaseType : java-yoshi
7
7
bumpMinorPreMajor : true
8
8
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].
15
15
If you are using Maven, add this to your pom.xml file:
16
16
17
17
18
+ <!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
18
19
``` xml
19
20
<dependency >
20
21
<groupId >com.google.cloud</groupId >
21
22
<artifactId >google-cloud-spanner-jdbc</artifactId >
22
- <version >2.4.1 </version >
23
+ <version >2.20.2 </version >
23
24
</dependency >
24
25
```
26
+ <!-- - {x-version-update-end} -->
27
+
25
28
26
29
If you are using Gradle without BOM, add this to your dependencies
27
30
31
+ <!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
28
32
``` 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 '
30
34
```
35
+ <!-- - {x-version-update-end} -->
31
36
32
37
If you are using SBT, add this to your dependencies
33
38
39
+ <!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
34
40
``` 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 "
36
42
```
43
+ <!-- - {x-version-update-end} -->
37
44
38
45
## Authentication
39
46
You can’t perform that action at this time.
0 commit comments