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

Commit 923d1e3

Browse files
authored
build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.3 (#248)
[![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-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.5.1` -> `1.5.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/compatibility-slim/1.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/confidence-slim/1.5.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- 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-binary-authorization). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
1 parent c578a20 commit 923d1e3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎google-cloud-binary-authorization-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-shared-config</artifactId>
11-
<version>1.5.1</version>
11+
<version>1.5.3</version>
1212
</parent>
1313

1414
<name>Google Binary Authorization BOM</name>

‎google-cloud-binary-authorization/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@
7171
<artifactId>threetenbp</artifactId>
7272
</dependency>
7373

74-
<dependency>
75-
<groupId>io.grafeas</groupId>
76-
<artifactId>grafeas</artifactId>
77-
</dependency>
78-
7974
<!-- Test dependencies -->
8075
<dependency>
8176
<groupId>junit</groupId>
8277
<artifactId>junit</artifactId>
8378
<scope>test</scope>
8479
<version>4.13.2</version>
8580
</dependency>
81+
<dependency>
82+
<groupId>io.grafeas</groupId>
83+
<artifactId>grafeas</artifactId>
84+
<scope>test</scope>
85+
</dependency>
8686

8787
<dependency>
8888
<groupId>com.google.api.grpc</groupId>

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.5.1</version>
17+
<version>1.5.3</version>
1818
</parent>
1919

2020
<developers>

0 commit comments

Comments
 (0)