Skip to content

Commit

Permalink
deps: upgrade threeten to 1.4 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed Oct 24, 2019
1 parent 03e5735 commit 554170b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions google-cloud-bigtable/pom.xml
Expand Up @@ -115,8 +115,6 @@
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<!-- For dependency convergence with gax -->
<version>1.3.3</version>
</dependency>
<!-- // TODO(igorbernstein): Enable grpc views once we upgrade to grpc-java 1.24.0 -->
<!-- <dependency>-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -162,7 +162,7 @@
<guava.version>28.1-android</guava.version>
<opencensus.version>0.24.0</opencensus.version>
<protobuf.version>3.10.0</protobuf.version>
<threeten.version>1.3.3</threeten.version>
<threeten.version>1.4.0</threeten.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 554170b

Please sign in to comment.