Skip to content

Commit f7f8bf9

Browse files
committed
build(deps): fix dependenc versions
1 parent 0d31998 commit f7f8bf9

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

java-bigquery/pom.xml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@
6060

6161
<dependencyManagement>
6262
<dependencies>
63-
<dependency>
64-
<groupId>com.google.cloud</groupId>
65-
<artifactId>google-cloud-shared-dependencies</artifactId>
66-
<version>${google-cloud-shared-dependencies.version}</version>
67-
<type>pom</type>
68-
<scope>import</scope>
69-
</dependency>
70-
7163
<dependency>
7264
<groupId>com.google.cloud</groupId>
7365
<artifactId>google-cloud-bigquerystorage-bom</artifactId>
@@ -84,6 +76,12 @@
8476
<scope>import</scope>
8577
</dependency>
8678

79+
<dependency>
80+
<groupId>com.google.apis</groupId>
81+
<artifactId>google-api-services-bigquery</artifactId>
82+
<version>${google-api-services-bigquery.version}</version>
83+
</dependency>
84+
8785
<dependency>
8886
<groupId>org.checkerframework</groupId>
8987
<artifactId>checker-compat-qual</artifactId>
@@ -116,15 +114,10 @@
116114
</dependency>
117115
<dependency>
118116
<groupId>com.google.cloud</groupId>
119-
<artifactId>google-cloud-storage</artifactId>
120-
<version>2.53.3</version>
121-
<scope>test</scope>
122-
</dependency>
123-
<dependency>
124-
<groupId>com.google.cloud</groupId>
125-
<artifactId>google-cloud-bigqueryconnection</artifactId>
126-
<version>2.74.0</version>
127-
<scope>test</scope>
117+
<artifactId>google-cloud-bigqueryconnection-bom</artifactId>
118+
<type>pom</type>
119+
<version>2.85.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigqueryconnection:current} -->
120+
<scope>import</scope>
128121
</dependency>
129122
<dependency>
130123
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)