Skip to content

Commit fbf528f

Browse files
chore: regenerate README (#309)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-16 23:19:08,755 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-16 23:19:09,646 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/d04e13d0-1c27-4d1c-909d-c732b8561d9f/targets - [ ] To automatically regenerate this PR, check this box.
1 parent bf2cdae commit fbf528f

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": "53b459e334fdbf391d080817f8b782cff3b12d1b"
7+
"sha": "bf2cdae2b42d3b3c3bc5bb01deee3a32e66ebd0e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "41e998d5afdc2c2143a23c9b044b9931936f7318"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ If you are using Maven, add this to your pom.xml file:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>google-cloud-spanner-jdbc</artifactId>
20-
<version>1.18.0</version>
20+
<version>1.18.2</version>
2121
</dependency>
2222
```
2323

2424
If you are using Gradle, add this to your dependencies
2525
```Groovy
26-
compile 'com.google.cloud:google-cloud-spanner-jdbc:1.18.0'
26+
compile 'com.google.cloud:google-cloud-spanner-jdbc:1.18.2'
2727
```
2828
If you are using SBT, add this to your dependencies
2929
```Scala
30-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.18.0"
30+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.18.2"
3131
```
3232

3333
## Authentication

0 commit comments

Comments
 (0)