Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ff68671

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 (#170)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.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>
1 parent ece01ee commit ff68671

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
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
2727
If you are using Gradle without BOM, add this to your dependencies
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-tpu:2.2.3'
30+
implementation 'com.google.cloud:google-cloud-tpu:2.2.4'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.2.3"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.2.4"
3737
```
3838

3939
## Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.google.cloud</groupId>
8888
<artifactId>google-cloud-shared-dependencies</artifactId>
89-
<version>2.7.0</version>
89+
<version>2.8.0</version>
9090
<type>pom</type>
9191
<scope>import</scope>
9292
</dependency>

0 commit comments

Comments
 (0)