Skip to content

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-storage to v2.4…
Browse files Browse the repository at this point in the history
….2 (#1853)

* deps: update dependency com.google.cloud:google-cloud-storage to v2.4.2

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] committed Feb 13, 2022
1 parent 627da62 commit ef91109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-bigquery:2.8.0'
implementation 'com.google.cloud:google-cloud-bigquery:2.9.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.8.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.9.0"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ef91109

Please sign in to comment.