Skip to content

Commit be8abad

Browse files
build: marking dependencies (8) non-required (#1472) (#886)
Co-authored-by: Anthonios Partheniou <[email protected]> Source-Link: googleapis/synthtool@72c64b7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
1 parent e8db777 commit be8abad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-monitoring/.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
17-
# created: 2022-07-13T13:53:17.676447481Z
16+
digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
17+
# created: 2022-07-14T21:08:10.768472192Z

java-monitoring/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-monitoring:3.3.1'
60+
implementation 'com.google.cloud:google-cloud-monitoring:3.3.2'
6161
```
6262

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

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.1"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.2"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)