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

Commit 86753e9

Browse files
deps: update dependency com.google.cloud:google-cloud-core to v2.5.9 (#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>
1 parent d4af926 commit 86753e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ implementation 'com.google.cloud:google-cloud-errorreporting'
7878
If you are using Gradle without BOM, add this to your dependencies
7979

8080
```Groovy
81-
implementation 'com.google.cloud:google-cloud-errorreporting:0.122.18-beta'
81+
implementation 'com.google.cloud:google-cloud-errorreporting:0.122.19-beta'
8282
```
8383

8484
If you are using SBT, add this to your dependencies
8585

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

9090
## Authentication

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>google-cloud-core</artifactId>
39-
<version>2.5.8</version>
39+
<version>2.5.9</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-core</artifactId>
38-
<version>2.5.8</version>
38+
<version>2.5.9</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>junit</groupId>

0 commit comments

Comments
 (0)