Skip to content

Commit d0d29f3

Browse files
chore: regenerate README versions (#311)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1b8e3777-2a8a-43ca-858f-1e4587d9e4d1/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 3d479e4 commit d0d29f3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>7.0.1</version>
20+
<version>8.0.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-spanner</artifactId>
41-
<version>1.55.1</version>
41+
<version>1.56.0</version>
4242
</dependency>
4343

4444
```

google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/database/v1/DatabaseAdminClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void setUp() throws IOException {
115115
}
116116

117117
@After
118-
public void tearDown() {
118+
public void tearDown() throws Exception {
119119
client.close();
120120
}
121121

google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void setUp() throws IOException {
103103
}
104104

105105
@After
106-
public void tearDown() {
106+
public void tearDown() throws Exception {
107107
client.close();
108108
}
109109

google-cloud-spanner/src/test/java/com/google/cloud/spanner/v1/SpannerClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void setUp() throws IOException {
108108
}
109109

110110
@After
111-
public void tearDown() {
111+
public void tearDown() throws Exception {
112112
client.close();
113113
}
114114

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "39826d2d789ab0f9d9046161627ed34969bdef78"
7+
"sha": "3d479e4ac478b8a46bbb77c74ca0d08876d74db6"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)