Skip to content

Commit

Permalink
Merge d6f3f3a into 8bcfcad
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Feb 25, 2021
2 parents 8bcfcad + d6f3f3a commit ac1b1cd
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": "8e2ab013a276d53e9af593ef65481cefc3dd2131"
"sha": "8bcfcad58624c7a664ddc7e8a60098d1f5cb2c47"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
"sha": "0199c79b8324fba66476300824aa931788c47e2d"
}
}
]
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>16.4.0</version>
<version>18.0.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:17.0.0')
implementation platform('com.google.cloud:libraries-bom:18.0.0')
compile 'com.google.cloud:google-cloud-bigquerystorage'
```
Expand Down

0 comments on commit ac1b1cd

Please sign in to comment.