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 May 18, 2020
1 parent ae11c0a commit 796d2a3
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.4</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 @@ -192,7 +192,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 796d2a3

Please sign in to comment.