Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
docs: [owlbot-java] samples do not need deploy plugin and deps upgrad…
Browse files Browse the repository at this point in the history
…e (#1583) (#937)

* docs: samples do not need deploy plugin

* deps: upgrading shared deps 3.0.3

* fixing golden test
Source-Link: googleapis/synthtool@b61387e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:23f5a406dfc9a62e61c4fb11e343f7f9f21af15b5b1f23d0535a10294ee337fd
  • Loading branch information
gcf-owl-bot[bot] committed Sep 26, 2022
1 parent 7e5a802 commit 7026581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
digest: sha256:23f5a406dfc9a62e61c4fb11e343f7f9f21af15b5b1f23d0535a10294ee337fd
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring:3.4.4'
implementation 'com.google.cloud:google-cloud-monitoring:3.4.5'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.4.4"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.4.5"
```

## Authentication
Expand Down

0 comments on commit 7026581

Please sign in to comment.