Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 299d85c

Browse files
committed
Add versions
1 parent 8b15c56 commit 299d85c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

google-cloud-bigquery-jdbc/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-bigquery-jdbc</artifactId>
23-
<version>0.1.0</version>
23+
<version>0.1.0-SNAPSHOT</version>
2424
<packaging>jar</packaging>
2525
<name>BigQuery JDBC</name>
2626
<url>https://github.com/googleapis/java-bigquery-jdbc</url>
@@ -72,10 +72,12 @@
7272
<dependency>
7373
<groupId>com.google.cloud</groupId>
7474
<artifactId>google-cloud-bigquerystorage</artifactId>
75+
<version>3.18.0</version>
7576
</dependency>
7677
<dependency>
7778
<groupId>com.google.http-client</groupId>
7879
<artifactId>google-http-client-apache-v5</artifactId>
80+
<version>2.0.3</version>
7981
<exclusions> <!-- Exclusions are here for removing EOL vulnerability -->
8082
<exclusion>
8183
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)