Skip to content

Commit b5276a3

Browse files
chore: regenerate README (#551)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-12 20:14:23,342 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-12 20:14:24,558 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/16f91a02-9987-4387-964e-2ee273dbe88d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 3cd2b9e commit b5276a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
7-
"sha": "68125c4d896a24f186d90648d3be64b5ad15aa37"
7+
"sha": "2639e40ebbde19966653f06f8b664106568f6bac"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
14+
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-spanner-jdbc</artifactId>
22-
<version>2.2.6</version>
22+
<version>2.3.1</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies
2727

2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-spanner-jdbc:2.2.6'
29+
compile 'com.google.cloud:google-cloud-spanner-jdbc:2.3.1'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.2.6"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.3.1"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)