Skip to content

Commit

Permalink
Upgrade Google Could library bom to 16.3.0
Browse files Browse the repository at this point in the history
Additionally, upgrade threetenbp to 1.5.0 and declare
opencensus-api,commons-lang3and httpcore version explicitly.
  • Loading branch information
ebyhr committed Jan 25, 2021
1 parent 92fef2c commit 54beed2
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions plugin/trino-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,33 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>11.0.0</version>
<version>16.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
<version>0.28.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
</dependency>

<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.4.4</version>
<version>1.5.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 54beed2

Please sign in to comment.