Skip to content

Commit ef91109

Browse files
deps: update dependency com.google.cloud:google-cloud-storage to v2.4.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>
1 parent 627da62 commit ef91109

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
5959
If you are using Gradle without BOM, add this to your dependencies
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-bigquery:2.8.0'
62+
implementation 'com.google.cloud:google-cloud-bigquery:2.9.0'
6363
```
6464

6565
If you are using SBT, add this to your dependencies
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.8.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.9.0"
6969
```
7070

7171
## Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>com.google.cloud</groupId>
137137
<artifactId>google-cloud-storage</artifactId>
138-
<version>2.4.1</version>
138+
<version>2.4.2</version>
139139
<scope>test</scope>
140140
</dependency>
141141
<dependency>

0 commit comments

Comments
 (0)