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

Commit 5b1c467

Browse files
chore: regenerate README (#450)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-26 01:21:26,282 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-errorreporting/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-26 01:21:27,886 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/55815901-3c1c-4eb6-a91f-e4b22a2cb528/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 44d5536 commit 5b1c467

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-errorreporting.git",
7-
"sha": "2f046503b51b2228756a1e353fdda31c89dd9c7c"
7+
"sha": "44d553634e0f15341a5bc5610988ebe31b1a4dba"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0199c79b8324fba66476300824aa931788c47e2d"
14+
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you are using Maven without BOM, add this to your dependencies:
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-errorreporting</artifactId>
63-
<version>0.120.32-beta</version>
63+
<version>0.120.33-beta</version>
6464
</dependency>
6565

6666
```
@@ -73,12 +73,12 @@ compile 'com.google.cloud:google-cloud-errorreporting'
7373
```
7474
If you are using Gradle without BOM, add this to your dependencies
7575
```Groovy
76-
compile 'com.google.cloud:google-cloud-errorreporting:0.120.32-beta'
76+
compile 'com.google.cloud:google-cloud-errorreporting:0.120.33-beta'
7777
```
7878

7979
If you are using SBT, add this to your dependencies
8080
```Scala
81-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.32-beta"
81+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.33-beta"
8282
```
8383

8484
## Authentication

0 commit comments

Comments
 (0)