Skip to content

Commit

Permalink
Merge pull request #136 from looker-open-source/uppdate_pom_preparati…
Browse files Browse the repository at this point in the history
…on_2.3.19

Update pom.xml in preparation for 2.3.19 release
  • Loading branch information
mkou authored Jun 8, 2022
2 parents 36100b2 + d74bbcc commit 130bb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
to a groupId that we have ownership over -->
<groupId>com.google.looker-open-source</groupId>
<artifactId>bqjdbc</artifactId>
<version>2.3.19-SNAPSHOT</version>
<version>2.3.19</version>
<name>Big Query over JDBC</name>
<description>A simple JDBC driver, to reach Google's BigQuery</description>
<properties>
Expand Down Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.8.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 130bb6e

Please sign in to comment.