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

Commit f02b000

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 (#381)
removing gson from the flattened-pom exclusion list as it is now back in the original pom list.
1 parent 639d3a1 commit f02b000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function completenessCheck() {
5252
# due to maven dependency plugin setting transitive compile/runtime deps scope to test when it is also a test dep
5353
# Raised issue: https://issues.apache.org/jira/browse/MDEP-737
5454
msg "Generating dependency list using flattened pom..."
55-
mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -DexcludeArtifactIds=annotations,gson,protobuf-java-util,commons-codec,commons-logging,perfmark-api -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt
55+
mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -DexcludeArtifactIds=annotations,protobuf-java-util,commons-codec,commons-logging,perfmark-api -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt
5656

5757
# Compare two dependency lists
5858
msg "Comparing dependency lists..."

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.google.cloud</groupId>
9898
<artifactId>google-cloud-shared-dependencies</artifactId>
99-
<version>0.20.0</version>
99+
<version>0.20.1</version>
100100
<type>pom</type>
101101
<scope>import</scope>
102102
</dependency>

0 commit comments

Comments
 (0)