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

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-secretma…
Browse files Browse the repository at this point in the history
…nager to v1 (#85)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-secretmanager](https://togithub.com/googleapis/java-secretmanager) | major | `0.3.0` -> `1.0.0` |

---

### Release Notes

<details>
<summary>googleapis/java-secretmanager</summary>

### [`v1.0.0`](https://togithub.com/googleapis/java-secretmanager/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapisjava-secretmanagercomparev030v100-2020-03-31)

[Compare Source](https://togithub.com/googleapis/java-secretmanager/compare/v0.3.0...v1.0.0)

##### Features

-   promote to GA ([#&#8203;81](https://www.github.com/googleapis/java-secretmanager/issues/81)) ([7cac8ea](https://www.github.com/googleapis/java-secretmanager/commit/7cac8ea5da10a18861207f8edf1c29661b0abcb4))

##### Dependencies

-   update dependency com.google.api:api-common to v1.9.0 ([#&#8203;80](https://www.github.com/googleapis/java-secretmanager/issues/80)) ([cbe8764](https://www.github.com/googleapis/java-secretmanager/commit/cbe87647de41bff246336d377449fff1948f0823))
-   update dependency com.google.cloud:google-cloud-core to v1.93.1 ([#&#8203;59](https://www.github.com/googleapis/java-secretmanager/issues/59)) ([403a628](https://www.github.com/googleapis/java-secretmanager/commit/403a6284cc4815849d177dd69a60fc049feddbf8))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **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#googleapis/java-secretmanager).
  • Loading branch information
renovate-bot committed Mar 31, 2020
1 parent b797d6e commit 3e73c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
<version>0.3.0</version>
<version>1.0.0</version>
</dependency>
<!-- [END secretmanager_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
<version>0.3.0</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3e73c63

Please sign in to comment.