Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-tpu to v…
Browse files Browse the repository at this point in the history
…2.5.0 (#248)

* chore(deps): update dependency com.google.cloud:google-cloud-tpu to v2.5.0

* 🦉 Updates from OwlBot post-processor

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 Nov 8, 2022
1 parent 68fa4b0 commit 8f82ceb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions java-tpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tpu</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>

```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-tpu:2.4.0'
implementation 'com.google.cloud:google-cloud-tpu:2.5.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.4.0"
libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.5.0"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion java-tpu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tpu</artifactId>
<version>2.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-tpu:current} -->
<version>2.5.0</version><!-- {x-version-update:google-cloud-tpu:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-tpu/samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tpu</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
<!-- [END tpu_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-tpu/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tpu</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion java-tpu/samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tpu</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8f82ceb

Please sign in to comment.