Skip to content

Commit

Permalink
chore: update dependencies for regapic (googleapis#1467) (googleapis#886
Browse files Browse the repository at this point in the history
)

* chore: update dependencies for regapic

* add more dependencies and trigger comment

* update goldens

* fix indentation

* remove duplicate gax-httpjson dependency

* remove duplicated dependencies
Source-Link: googleapis/synthtool@fa54eb2
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
  • Loading branch information
gcf-owl-bot[bot] authored Jun 27, 2022
1 parent c368da4 commit 29a4e7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions java-errorreporting/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74
# created: 2022-05-19T15:12:45.278246753Z
digest: sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
# created: 2022-06-27T15:01:06.405564326Z
4 changes: 3 additions & 1 deletion java-errorreporting/.kokoro/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ function retry_with_backoff {
## Helper functionss
function now() { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n'; }
function msg() { println "$*" >&2; }
function println() { printf '%s\n' "$(now) $*"; }
function println() { printf '%s\n' "$(now) $*"; }

## Helper comment to trigger updated repo dependency release
4 changes: 2 additions & 2 deletions java-errorreporting/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.123.2-beta'
implementation 'com.google.cloud:google-cloud-errorreporting:0.123.3-beta'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.123.2-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.123.3-beta"
```

## Authentication
Expand Down

0 comments on commit 29a4e7f

Please sign in to comment.