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

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-core to v2.5.9 (#…
Browse files Browse the repository at this point in the history
…827)

* deps: update dependency com.google.cloud:google-cloud-core to v2.5.9

* 🦉 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 Mar 10, 2022
1 parent d4af926 commit 86753e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ implementation 'com.google.cloud:google-cloud-errorreporting'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-errorreporting:0.122.18-beta'
implementation 'com.google.cloud:google-cloud-errorreporting:0.122.19-beta'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.18-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.19-beta"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.5.8</version>
<version>2.5.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.5.8</version>
<version>2.5.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 86753e9

Please sign in to comment.