Skip to content

Commit 53ea243

Browse files
chore: regenerate README (#594)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-09-02 01:21:44,227 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-09-02 01:21:46,100 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/56eab260-2a0e-4455-80ae-e9acfadb443b/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 5e1504d commit 53ea243

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": "7b341394dfe0ee7cae5131681ee72d9750eccce1"
7+
"sha": "5e1504d217563e4b9cd34211cbca55856fad0e60"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "dfd55ad78a700acf987d592c8279789b1319b8c5"
14+
"sha": "5c0fa62eea9c33ebe61e582424b659eb264e1ba4"
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.4.0</version>
22+
<version>2.4.1</version>
2323
</dependency>
2424
```
2525

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

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.4.0'
29+
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.4.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.4.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.4.1"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)