Skip to content

Commit 1565dc0

Browse files
feat: integrate gapic generator change in googleapis (#220)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * feat: integrate gapic generator change in googleapis PiperOrigin-RevId: 308294748 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Apr 24 11:44:16 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 28e76243c23cc282efbb288cb558c174e3e5e9ee Source-Link: googleapis/googleapis@28e7624
1 parent b803863 commit 1565dc0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>4.4.1</version>
23+
<version>5.2.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-bigquerystorage</artifactId>
44-
<version>0.128.1-beta</version>
44+
<version>0.130.0-beta</version>
4545
</dependency>
4646

4747
```

synth.metadata

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,39 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "a0db93e9d1f714a68dd11ef38c782099701dd068"
14+
"sha": "b80386394f3082e9695712343f37afc4d29df76f"
1515
}
1616
},
1717
{
1818
"git": {
1919
"name": "googleapis",
2020
"remote": "https://github.com/googleapis/googleapis.git",
21-
"sha": "d741cd976975c745d0199987aff0e908b8352992",
22-
"internalRef": "305561906"
21+
"sha": "28e76243c23cc282efbb288cb558c174e3e5e9ee",
22+
"internalRef": "308294748"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "googleapis",
2828
"remote": "https://github.com/googleapis/googleapis.git",
29-
"sha": "d741cd976975c745d0199987aff0e908b8352992",
30-
"internalRef": "305561906"
29+
"sha": "28e76243c23cc282efbb288cb558c174e3e5e9ee",
30+
"internalRef": "308294748"
3131
}
3232
},
3333
{
3434
"git": {
3535
"name": "googleapis",
3636
"remote": "https://github.com/googleapis/googleapis.git",
37-
"sha": "d741cd976975c745d0199987aff0e908b8352992",
38-
"internalRef": "305561906"
37+
"sha": "28e76243c23cc282efbb288cb558c174e3e5e9ee",
38+
"internalRef": "308294748"
3939
}
4040
},
4141
{
4242
"git": {
4343
"name": "googleapis",
4444
"remote": "https://github.com/googleapis/googleapis.git",
45-
"sha": "d741cd976975c745d0199987aff0e908b8352992",
46-
"internalRef": "305561906"
45+
"sha": "28e76243c23cc282efbb288cb558c174e3e5e9ee",
46+
"internalRef": "308294748"
4747
}
4848
},
4949
{

0 commit comments

Comments
 (0)