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

Commit 14d51d1

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-binary-authorization to v0.2.0 (#52)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-binary-authorization](https://togithub.com/googleapis/java-binary-authorization) | `0.1.1` -> `0.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-binary-authorization/0.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-binary-authorization/0.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-binary-authorization/0.2.0/compatibility-slim/0.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-binary-authorization/0.2.0/confidence-slim/0.1.1)](https://docs.renovatebot.com/merge-confidence/) | *** ### Release Notes <details> <summary>googleapis/java-binary-authorization</summary> ### [`v0.2.0`](https://togithub.com/googleapis/java-binary-authorization/blob/master/CHANGELOG.md#​020-httpswwwgithubcomgoogleapisjava-binary-authorizationcomparev011v020-2021-08-09) [Compare Source](https://togithub.com/googleapis/java-binary-authorization/compare/v0.1.1...v0.2.0) ##### ⚠ BREAKING CHANGES * release gapic-generator-java v2.0.0 ([#​47](https://togithub.com/googleapis/java-binary-authorization/issues/47)) ##### Features * release gapic-generator-java v2.0.0 ([#​47](https://www.togithub.com/googleapis/java-binary-authorization/issues/47)) ([6e8fd4b](https://www.togithub.com/googleapis/java-binary-authorization/commit/6e8fd4b1fb93b8075af8c2536655e7d213c1622a)) ##### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#​1130](https://www.togithub.com/googleapis/java-binary-authorization/issues/1130)) ([#​26](https://www.togithub.com/googleapis/java-binary-authorization/issues/26)) ([0b7ea96](https://www.togithub.com/googleapis/java-binary-authorization/commit/0b7ea968aedb1824a84e1a9abd35feae17ee3b3b)) * owlbot post-processor should generate README ([#​1154](https://www.togithub.com/googleapis/java-binary-authorization/issues/1154)) ([#​31](https://www.togithub.com/googleapis/java-binary-authorization/issues/31)) ([d40ffa2](https://www.togithub.com/googleapis/java-binary-authorization/commit/d40ffa289be02aa3e6bcfe9c50d688e2905addd1)), closes [#​1146](https://www.togithub.com/googleapis/java-binary-authorization/issues/1146) [#​1147](https://www.togithub.com/googleapis/java-binary-authorization/issues/1147) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​28](https://www.togithub.com/googleapis/java-binary-authorization/issues/28)) ([4dda105](https://www.togithub.com/googleapis/java-binary-authorization/commit/4dda105fe56704810a5157afd17af47aadb4e67e)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​48](https://www.togithub.com/googleapis/java-binary-authorization/issues/48)) ([c069652](https://www.togithub.com/googleapis/java-binary-authorization/commit/c06965200207f3784ff1517c8e5da7275649d254)) ##### Documentation * Replace "global policy" with "system policy" in Binary Authorization documentation ([#​45](https://www.togithub.com/googleapis/java-binary-authorization/issues/45)) ([7ee7f88](https://www.togithub.com/googleapis/java-binary-authorization/commit/7ee7f88b06bd51c018f7e43b28b415b069d92ccd)) ##### [0.1.1](https://www.togithub.com/googleapis/java-binary-authorization/compare/v0.1.0...v0.1.1) (2021-06-09) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#​16](https://www.togithub.com/googleapis/java-binary-authorization/issues/16)) ([5221465](https://www.togithub.com/googleapis/java-binary-authorization/commit/522146545b9f56a65a87a282f7bb057c626a6b47)) </details> *** ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. *** * \[ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. *** This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-binary-authorization).
1 parent 99597c2 commit 14d51d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-binary-authorization</artifactId>
32-
<version>0.1.1</version>
32+
<version>0.2.0</version>
3333
</dependency>
3434
<!-- [END binary-authorization_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-binary-authorization</artifactId>
31-
<version>0.1.1</version>
31+
<version>0.2.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-binary-authorization</artifactId>
31-
<version>0.1.1</version>
31+
<version>0.2.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)