This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-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:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
17
- # created: 2022-06-27T15:01:06.405564326Z
16
+ digest : sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
17
+ # created: 2022-06-28T19:40:16.719636226Z
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datacatalog'
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-datacatalog:1.8.3 '
59
+ implementation 'com.google.cloud:google-cloud-datacatalog:1.8.4 '
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-datacatalog" % " 1.8.3 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-datacatalog" % " 1.8.4 "
66
66
```
67
67
68
68
## Authentication
You can’t perform that action at this time.
0 commit comments