Skip to content

Commit 1cb4d71

Browse files
authored
build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.3 (#900)
[![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.0` -> `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.0)](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.0)](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-monitoring). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE0My4xIn0=-->
1 parent bb07735 commit 1cb4d71

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

java-monitoring/.kokoro/dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ function completenessCheck() {
6666
# This is stripped from the output as it is not present in the flattened pom.
6767
# Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.
6868
msg "Generating dependency list using original pom..."
69-
mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e 's/ --.*//' >.org-list.txt
69+
mvn dependency:list -f pom.xml -DexcludeArtifactIds=gson -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e 's/ --.*//' >.org-list.txt
7070

7171
# Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
7272
msg "Generating dependency list using flattened pom..."
73-
mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt
73+
mvn dependency:list -f .flattened-pom.xml -DexcludeArtifactIds=gson -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt
7474

7575
# Compare two dependency lists
7676
msg "Comparing dependency lists..."

java-monitoring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-monitoring:3.3.5'
60+
implementation 'com.google.cloud:google-cloud-monitoring:3.3.6'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.5"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.6"
6767
```
6868

6969
## Authentication

java-monitoring/google-cloud-monitoring-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.0</version>
11+
<version>1.5.3</version>
1212
</parent>
1313

1414
<name>Google Cloud Monitoring BOM</name>

java-monitoring/google-cloud-monitoring/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.auth</groupId>
8181
<artifactId>google-auth-library-oauth2-http</artifactId>
82+
<scope>test</scope>
8283
</dependency>
8384
<!-- Need testing utility classes for generated gRPC clients tests -->
8485
<dependency>

java-monitoring/owlbot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ def fix_resource(client, version, name):
4040
s.move(library)
4141

4242
s.remove_staging_dirs()
43-
java.common_templates()
43+
java.common_templates(excludes=[
44+
'.kokoro/dependencies.sh',
45+
])

java-monitoring/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.0</version>
17+
<version>1.5.3</version>
1818
</parent>
1919

2020
<developers>

0 commit comments

Comments
 (0)