Skip to content

Commit

Permalink
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
Browse files Browse the repository at this point in the history
…onfig to v1.6.1 (#2215)

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.6.0

* debug statements

* add set -x

* debug statement

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.6.1

* undo debug changes

---------

Co-authored-by: mpeddada1 <[email protected]>
  • Loading branch information
renovate-bot and mpeddada1 authored Oct 31, 2023
1 parent 3e7328a commit b797924
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gax-java/gax-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java-shared-dependencies/first-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java-shared-dependencies/third-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java-shared-dependencies/upper-bound-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.google.cloud</groupId>
<!-- The shared config has RequireUpperBoundDeps enforcer rule -->
<artifactId>google-cloud-shared-config</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit b797924

Please sign in to comment.