File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
docker :
2
2
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3
- digest : sha256:8c50e7bab0ae5ad41ee29420b558542637104500f6256b8fe74282b0cf6144db
3
+ digest : sha256:52b5557b7155a80e6f1684c2376d5eef0df6d8d5c785551e1ff8cc000603b62a
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-resourcemanager'
56
56
If you are using Gradle without BOM, add this to your dependencies
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-resourcemanager:1.1.1 '
59
+ implementation 'com.google.cloud:google-cloud-resourcemanager:1.1.2 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-resourcemanager" % " 1.1.1 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-resourcemanager" % " 1.1.2 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 70
70
}
71
71
],
72
72
"semanticCommits" : true ,
73
- "dependencyDashboard" : true ,
74
- "dependencyDashboardLabels" : [
75
- " type: process"
76
- ]
73
+ "dependencyDashboard" : true
77
74
}
You can’t perform that action at this time.
0 commit comments