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

Commit 35514b8

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 (#631)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 * chore: fix dep check failure Co-authored-by: Chanseok Oh <chanseok@google.com>
1 parent 8738153 commit 35514b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.kokoro/dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ function completenessCheck() {
6767
mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e s/\\s--\\smodule.*// >.org-list.txt
6868

6969
# Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
70-
# [3/1/2021] Adding -DexcludeArtifactIds=annotations,gson,protobuf-java-util,commons-codec,commons-logging,animal-sniffer-annotations
70+
# [3/1/2021] Adding -DexcludeArtifactIds=annotations,gson,commons-codec,commons-logging,animal-sniffer-annotations
7171
# due to maven dependency plugin setting transitive compile/runtime deps scope to test when it is also a test dep
7272
# Raised issue: https://issues.apache.org/jira/browse/MDEP-737
7373
msg "Generating dependency list using flattened pom..."
74-
mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -DexcludeArtifactIds=annotations,protobuf-java-util,commons-codec,commons-logging,animal-sniffer-annotations -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt
74+
mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -DexcludeArtifactIds=annotations,commons-codec,commons-logging,animal-sniffer-annotations -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt
7575

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.google.cloud</groupId>
8989
<artifactId>google-cloud-shared-dependencies</artifactId>
90-
<version>2.4.0</version>
90+
<version>2.5.0</version>
9191
<type>pom</type>
9292
<scope>import</scope>
9393
</dependency>

0 commit comments

Comments
 (0)