File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed
Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments