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

Commit 03658d1

Browse files
chore: regenerate README (#459)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-03 19:44:44,664 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-errorreporting/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-03 19:44:45,522 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/9cee6280-c91f-4e02-9a3d-dd13ab9b3da0/targets - [ ] To automatically regenerate this PR, check this box.
1 parent c6af164 commit 03658d1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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": "44d553634e0f15341a5bc5610988ebe31b1a4dba"
7+
"sha": "c6af164ad857a2e70f03a49999dab5ea2516d72b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
14+
"sha": "2e7bd5cc66a3f0b90ce1c150eb35c89eeb9872d6"
1515
}
1616
}
1717
]

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>18.0.0</version>
23+
<version>18.1.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -60,25 +60,25 @@ 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.33-beta</version>
63+
<version>0.120.34-beta</version>
6464
</dependency>
6565

6666
```
6767

6868
If you are using Gradle 5.x or later, add this to your dependencies
6969
```Groovy
70-
implementation platform('com.google.cloud:libraries-bom:18.0.0')
70+
implementation platform('com.google.cloud:libraries-bom:18.1.0')
7171
7272
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.33-beta'
76+
compile 'com.google.cloud:google-cloud-errorreporting:0.120.34-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.33-beta"
81+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.34-beta"
8282
```
8383

8484
## Authentication

0 commit comments

Comments
 (0)