Skip to content

Commit

Permalink
build: fix require upper bound dependencies errors
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Apr 20, 2020
1 parent 930607f commit 93e6015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -69,7 +69,7 @@
<threeten.version>1.4.3</threeten.version>
<javax.annotations.version>1.3.2</javax.annotations.version>
<animal-sniffer.version>1.18</animal-sniffer.version>
<opencensus.version>0.24.0</opencensus.version>
<opencensus.version>0.26.0</opencensus.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.102.1</version>
<version>1.105.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 93e6015

Please sign in to comment.