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-pubsub-bom to v…
Browse files Browse the repository at this point in the history
…1.115.1 (#672)

Fixes #646 
cc. @averikitsch
  • Loading branch information
Neenu1995 committed Feb 2, 2022
1 parent 0c08a0e commit f252091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/dependencies.sh
Expand Up @@ -71,7 +71,7 @@ function completenessCheck() {
# 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,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,bcprov-jdk15on -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 @@ -102,7 +102,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub-bom</artifactId>
<version>1.114.7</version>
<version>1.115.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit f252091

Please sign in to comment.