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 16, 2020
1 parent 302d627 commit bd76e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -103,7 +103,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.27.0</version>
<version>1.28.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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 bd76e00

Please sign in to comment.