File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file:
2020<dependency >
2121 <groupId >com.google.cloud</groupId >
2222 <artifactId >google-cloud-spanner-jdbc</artifactId >
23- <version >2.35.4 </version >
23+ <version >2.35.5 </version >
2424</dependency >
2525```
2626<!-- - {x-version-update-end} -->
@@ -30,15 +30,15 @@ If you are using Gradle without BOM, add this to your dependencies
3030
3131<!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
3232``` Groovy
33- implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.35.4 '
33+ implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.35.5 '
3434```
3535<!-- - {x-version-update-end} -->
3636
3737If you are using SBT, add this to your dependencies
3838
3939<!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
4040``` Scala
41- libraryDependencies += " com.google.cloud" % " google-cloud-spanner-jdbc" % " 2.35.4 "
41+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner-jdbc" % " 2.35.5 "
4242```
4343<!-- - {x-version-update-end} -->
4444
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >google-cloud-spanner-jdbc</artifactId >
7- <version >2.35.5 -SNAPSHOT</version ><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
7+ <version >2.35.6 -SNAPSHOT</version ><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
88 <packaging >jar</packaging >
99 <name >Google Cloud Spanner JDBC</name >
1010 <url >https://github.com/googleapis/google-cloud-java</url >
Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ google-cloud-spanner:6.112.0:6.112.1-SNAPSHOT
10141014google-cloud-spanner-executor:6.112.0:6.112.1-SNAPSHOT
10151015proto-google-cloud-spanner-executor-v1:6.112.0:6.112.1-SNAPSHOT
10161016grpc-google-cloud-spanner-executor-v1:6.112.0:6.112.1-SNAPSHOT
1017- google-cloud-spanner-jdbc:2.35.4 :2.35.5 -SNAPSHOT
1017+ google-cloud-spanner-jdbc:2.35.5 :2.35.6 -SNAPSHOT
10181018google-auth-library:1.43.0:1.43.1-SNAPSHOT
10191019google-auth-library-bom:1.43.0:1.43.1-SNAPSHOT
10201020google-auth-library-parent:1.43.0:1.43.1-SNAPSHOT
You can’t perform that action at this time.
0 commit comments