File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b
17
- # created: 2022-08-01T15:27:14.757266067Z
16
+ digest : sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
Original file line number Diff line number Diff line change 8
8
9
9
# The java-samples-reviewers team is the default owner for samples changes
10
10
samples /** /* .java @ googleapis/java-samples-reviewers
11
+
12
+ # Generated snippets should not be owned by samples reviewers
13
+ samples /snippets /generated / @ googleapis/yoshi-java
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
57
57
If you are using Gradle without BOM, add this to your dependencies:
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-monitoring:3.4.2 '
60
+ implementation 'com.google.cloud:google-cloud-monitoring:3.4.3 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies:
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.4.2 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.4.3 "
67
67
```
68
68
69
69
## Authentication
You can’t perform that action at this time.
0 commit comments