Skip to content

Commit e71c1ee

Browse files
committed
Upgrade Univocity library from 2.0.2 to 2.1.0
1 parent 1a5c6fc commit e71c1ee

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dev/deps/spark-deps-hadoop-2.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ stax-api-1.0.1.jar
167167
stream-2.7.0.jar
168168
stringtemplate-3.2.1.jar
169169
super-csv-2.2.0.jar
170-
univocity-parsers-2.0.2.jar
170+
univocity-parsers-2.1.0.jar
171171
xbean-asm5-shaded-4.4.jar
172172
xmlenc-0.52.jar
173173
xz-1.0.jar

dev/deps/spark-deps-hadoop-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ stax-api-1.0.1.jar
159159
stream-2.7.0.jar
160160
stringtemplate-3.2.1.jar
161161
super-csv-2.2.0.jar
162-
univocity-parsers-2.0.2.jar
162+
univocity-parsers-2.1.0.jar
163163
xbean-asm5-shaded-4.4.jar
164164
xmlenc-0.52.jar
165165
xz-1.0.jar

dev/deps/spark-deps-hadoop-2.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ stax-api-1.0.1.jar
160160
stream-2.7.0.jar
161161
stringtemplate-3.2.1.jar
162162
super-csv-2.2.0.jar
163-
univocity-parsers-2.0.2.jar
163+
univocity-parsers-2.1.0.jar
164164
xbean-asm5-shaded-4.4.jar
165165
xmlenc-0.52.jar
166166
xz-1.0.jar

dev/deps/spark-deps-hadoop-2.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ stax-api-1.0.1.jar
166166
stream-2.7.0.jar
167167
stringtemplate-3.2.1.jar
168168
super-csv-2.2.0.jar
169-
univocity-parsers-2.0.2.jar
169+
univocity-parsers-2.1.0.jar
170170
xbean-asm5-shaded-4.4.jar
171171
xercesImpl-2.9.1.jar
172172
xmlenc-0.52.jar

dev/deps/spark-deps-hadoop-2.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ stax-api-1.0.1.jar
167167
stream-2.7.0.jar
168168
stringtemplate-3.2.1.jar
169169
super-csv-2.2.0.jar
170-
univocity-parsers-2.0.2.jar
170+
univocity-parsers-2.1.0.jar
171171
xbean-asm5-shaded-4.4.jar
172172
xercesImpl-2.9.1.jar
173173
xmlenc-0.52.jar

sql/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.univocity</groupId>
4141
<artifactId>univocity-parsers</artifactId>
42-
<version>2.0.2</version>
42+
<version>2.1.0</version>
4343
<type>jar</type>
4444
</dependency>
4545
<dependency>

0 commit comments

Comments
 (0)