Skip to content

Commit 7a1ba5d

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-certificate-manager to v0.4.0 (#68)
[![Mend 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-certificate-manager](https://togithub.com/googleapis/java-certificate-manager) | `0.3.1` -> `0.4.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-certificate-manager/0.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-certificate-manager/0.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-certificate-manager/0.4.0/compatibility-slim/0.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-certificate-manager/0.4.0/confidence-slim/0.3.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-certificate-manager</summary> ### [`v0.4.0`](https://togithub.com/googleapis/java-certificate-manager/blob/HEAD/CHANGELOG.md#&#8203;040-httpsgithubcomgoogleapisjava-certificate-managercomparev031v040-2022-06-30) [Compare Source](https://togithub.com/googleapis/java-certificate-manager/compare/v0.3.1...v0.4.0) ##### Features - Enable REST transport for most of Java and Go clients ([#&#8203;48](https://togithub.com/googleapis/java-certificate-manager/issues/48)) ([4215a5c](https://togithub.com/googleapis/java-certificate-manager/commit/4215a5cbcd1a3307d02e19f645f77c950008cb71)) ##### Bug Fixes - update gapic-generator-java with mock service generation fixes ([#&#8203;54](https://togithub.com/googleapis/java-certificate-manager/issues/54)) ([9af2ed5](https://togithub.com/googleapis/java-certificate-manager/commit/9af2ed53f63bd06e38e8393532e6268539692af6)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-certificate-manager). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
1 parent 3306e4f commit 7a1ba5d

File tree

2 files changed

+2
-2
lines changed
  • java-certificate-manager/samples

2 files changed

+2
-2
lines changed

java-certificate-manager/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-certificate-manager</artifactId>
32-
<version>0.3.1</version>
32+
<version>0.4.0</version>
3333
</dependency>
3434
<!-- [END _install_without_bom] -->
3535

java-certificate-manager/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-certificate-manager</artifactId>
31-
<version>0.3.1</version>
31+
<version>0.4.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)