Skip to content

Commit 5040bef

Browse files
fixes
1 parent 0464030 commit 5040bef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

spark-bigquery-parent/pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>com.google.cloud.bigdataoss</groupId>
161161
<artifactId>gcs-connector</artifactId>
162-
<version>hadoop2-2.2.26</version>
162+
<version>hadoop2-2.2.8</version>
163163
<classifier>shaded</classifier>
164164
<exclusions>
165165
<exclusion>
@@ -295,6 +295,11 @@
295295
<artifactId>commons-compress</artifactId>
296296
<version>1.27.1</version>
297297
</dependency>
298+
<dependency>
299+
<groupId>commons-io</groupId>
300+
<artifactId>commons-io</artifactId>
301+
<version>2.18.0</version>
302+
</dependency>
298303
<dependency>
299304
<groupId>org.mockito</groupId>
300305
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)