Skip to content

Commit

Permalink
Update pom.xml in preparation for 2.3.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkou committed Jun 8, 2022
1 parent 36100b2 commit d74bbcc
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 d74bbcc

Please sign in to comment.