Skip to content

Commit

Permalink
chore: regenerate README
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 29, 2021
1 parent 577d065 commit 4e3997c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "5ed465279f3ff18a8e8768394927dd050ba4e46a"
"sha": "577d0656e04ec898b65a080cc774c4042fc2dff0"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6244244abd0da5ef750e3bbb63fa22ec6803b4db"
"sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>20.1.0</version>
<version>20.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:20.1.0')
implementation platform('com.google.cloud:libraries-bom:20.2.0')
compile 'com.google.cloud:google-cloud-bigquerystorage'
```
Expand Down

0 comments on commit 4e3997c

Please sign in to comment.