Skip to content

Commit 7564320

Browse files
authored
build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.7.4 (#2521)
surpass and close #2512
1 parent f59e717 commit 7564320

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.cloudbuild/graalvm/cloudbuild-test-a.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.25.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
18-
_JAVA_SHARED_CONFIG_VERSION: '1.7.1'
18+
_JAVA_SHARED_CONFIG_VERSION: '1.7.4'
1919

2020
steps:
2121
# GraalVM A build

.cloudbuild/graalvm/cloudbuild-test-b.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.25.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
18-
_JAVA_SHARED_CONFIG_VERSION: '1.7.1'
18+
_JAVA_SHARED_CONFIG_VERSION: '1.7.4'
1919

2020
steps:
2121
# GraalVM A build

.cloudbuild/graalvm/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.25.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
18-
_JAVA_SHARED_CONFIG_VERSION: '1.7.1'
18+
_JAVA_SHARED_CONFIG_VERSION: '1.7.4'
1919
steps:
2020
# GraalVM A build
2121
- name: gcr.io/cloud-builders/docker

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.7.1</version>
18+
<version>1.7.4</version>
1919
<relativePath/>
2020
</parent>
2121

gax-java/gax-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-shared-config</artifactId>
14-
<version>1.7.1</version>
14+
<version>1.7.4</version>
1515
<relativePath/>
1616
</parent>
1717

java-shared-dependencies/first-party-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.7.1</version>
18+
<version>1.7.4</version>
1919
<relativePath />
2020
</parent>
2121

java-shared-dependencies/third-party-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.7.1</version>
18+
<version>1.7.4</version>
1919
<relativePath />
2020
</parent>
2121

java-shared-dependencies/upper-bound-check/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>com.google.cloud</groupId>
1717
<!-- The shared config has RequireUpperBoundDeps enforcer rule -->
1818
<artifactId>google-cloud-shared-config</artifactId>
19-
<version>1.7.1</version>
19+
<version>1.7.4</version>
2020
<relativePath/>
2121
</parent>
2222

sdk-platform-java-config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.google.cloud</groupId>
1515
<artifactId>google-cloud-shared-config</artifactId>
16-
<version>1.7.1</version>
16+
<version>1.7.4</version>
1717
</parent>
1818

1919
<properties>

showcase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.7.1</version>
18+
<version>1.7.4</version>
1919
<relativePath/>
2020
</parent>
2121

0 commit comments

Comments
 (0)