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

Commit e6a03c5

Browse files
chore: regenerate README (#289)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-30 21:10:10,197 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-errorreporting/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-30 21:10:11,109 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/64602bf9-bdb0-474b-af0a-e52e87ceeebc/targets - [ ] To automatically regenerate this PR, check this box.
1 parent d912d2b commit e6a03c5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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": "cf1d3c60511922d0a734beff8de546f540c29c20"
7+
"sha": "d912d2b8816cd02ab84ee8aba3a1b58a5976e73a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
14+
"sha": "6542bd723403513626f61642fc02ddca528409aa"
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>13.0.0</version>
23+
<version>13.3.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -46,7 +46,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
4646
<dependency>
4747
<groupId>com.google.truth</groupId>
4848
<artifactId>truth</artifactId>
49-
<version>1.0.1</version>
49+
<version>1.1</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<!-- END_EXCLUDE -->
@@ -60,18 +60,18 @@ 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.3-beta</version>
63+
<version>0.120.5-beta</version>
6464
</dependency>
6565

6666
```
6767

6868
If you are using Gradle, add this to your dependencies
6969
```Groovy
70-
compile 'com.google.cloud:google-cloud-errorreporting:0.120.4-beta'
70+
compile 'com.google.cloud:google-cloud-errorreporting:0.120.5-beta'
7171
```
7272
If you are using SBT, add this to your dependencies
7373
```Scala
74-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.4-beta"
74+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.120.5-beta"
7575
```
7676

7777
## Authentication

0 commit comments

Comments
 (0)