Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 25d1416

Browse files
feat: java template no longer require clirr (#1469) (#826)
Source-Link: googleapis/synthtool@0238f3d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
1 parent 392e55e commit 25d1416

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
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:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
17-
# created: 2022-06-27T15:01:06.405564326Z
16+
digest: sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
17+
# created: 2022-06-28T19:40:16.719636226Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datacatalog'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-datacatalog:1.8.3'
59+
implementation 'com.google.cloud:google-cloud-datacatalog:1.8.4'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.8.3"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.8.4"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)