Skip to content

Commit

Permalink
chore: regenerate README (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Dec 13, 2021
1 parent 8fbe6ef commit d26e223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,7 +19,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>24.0.0</version>
<version>24.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
</dependency>

```
Expand Down

0 comments on commit d26e223

Please sign in to comment.