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

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
Browse files Browse the repository at this point in the history
…cies 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>
  • Loading branch information
renovate-bot and chanseokoh committed Nov 15, 2021
1 parent 8738153 commit 35514b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .kokoro/dependencies.sh
Expand Up @@ -67,11 +67,11 @@ function completenessCheck() {
mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e s/\\s--\\smodule.*// >.org-list.txt

# Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
# [3/1/2021] Adding -DexcludeArtifactIds=annotations,gson,protobuf-java-util,commons-codec,commons-logging,animal-sniffer-annotations
# [3/1/2021] Adding -DexcludeArtifactIds=annotations,gson,commons-codec,commons-logging,animal-sniffer-annotations
# due to maven dependency plugin setting transitive compile/runtime deps scope to test when it is also a test dep
# Raised issue: https://issues.apache.org/jira/browse/MDEP-737
msg "Generating dependency list using flattened pom..."
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
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

# Compare two dependency lists
msg "Comparing dependency lists..."
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 35514b8

Please sign in to comment.