Skip to content

Commit

Permalink
feat: add libraries_bom_version in metadata (#1956)
Browse files Browse the repository at this point in the history
* feat: add libraries_bom_version

* add unit tests

* remove isfile

* add tempdir

* restore

* add current dir

* restore template

* remove unit test

* restore templates
Source-Link: googleapis/synthtool@63cc541
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:dc11e2119c854b57b7f7ed9962391decf002454700020a52b5d0d46c40b80a7e
  • Loading branch information
gcf-owl-bot[bot] committed Apr 15, 2024
1 parent 451b7cf commit e24e433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:033161f610016d155d58f96769ad5a821d203824684e8a13fc50be8c25a5f9cf
# created: 2024-04-04T20:03:23.876897177Z
digest: sha256:dc11e2119c854b57b7f7ed9962391decf002454700020a52b5d0d46c40b80a7e
# created: 2024-04-15T22:37:28.944513098Z
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.36.0')
implementation platform('com.google.cloud:libraries-bom:26.37.0')
implementation 'com.google.cloud:google-cloud-bigquerystorage'
```
Expand Down

0 comments on commit e24e433

Please sign in to comment.