Skip to content

Commit f9f5353

Browse files
committed
Update Spark dependency version to 3.3.4, guava to 33-0.0-jre, parquet to 1.12.3.
1 parent dae3bb8 commit f9f5353

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
<properties>
2020
<java.version>1.8</java.version>
21-
<scala.version>2.12.14</scala.version>
21+
<scala.version>2.12.18</scala.version>
2222
<scala.version.prefix>2.12</scala.version.prefix>
23-
<spark.version>3.2.1</spark.version>
24-
<parquet.version>1.12.1</parquet.version>
23+
<spark.version>3.3.4</spark.version>
24+
<parquet.version>1.12.3</parquet.version>
2525
<scoverage.plugin.version>1.4.1</scoverage.plugin.version>
2626
<grizzled-slf4j.version>1.3.4</grizzled-slf4j.version>
27-
<slf4j.version>1.7.30</slf4j.version>
27+
<slf4j.version>1.7.36</slf4j.version>
2828
</properties>
2929

3030
<modules>
@@ -233,7 +233,6 @@
233233
</executions>
234234
<configuration>
235235
<scalaVersion>${scala.version}</scalaVersion>
236-
<useZincServer>true</useZincServer>
237236
<args>
238237
<arg>-unchecked</arg>
239238
<arg>-deprecation</arg>
@@ -309,7 +308,7 @@
309308
<dependency>
310309
<groupId>com.google.guava</groupId>
311310
<artifactId>guava</artifactId>
312-
<version>31.1-jre</version>
311+
<version>33.0.0-jre</version>
313312
</dependency>
314313
<dependency>
315314
<groupId>com.netflix.servo</groupId>
@@ -358,7 +357,7 @@
358357
<dependency>
359358
<groupId>org.apache.httpcomponents</groupId>
360359
<artifactId>httpclient</artifactId>
361-
<version>4.5.13</version>
360+
<version>4.5.14</version>
362361
</dependency>
363362
<dependency>
364363
<groupId>org.mockito</groupId>
@@ -389,7 +388,7 @@
389388
</dependency>
390389
<dependency>
391390
<groupId>org.slf4j</groupId>
392-
<artifactId>slf4j-log4j12</artifactId>
391+
<artifactId>slf4j-reload4j</artifactId>
393392
<version>${slf4j.version}</version>
394393
</dependency>
395394
</dependencies>

0 commit comments

Comments
 (0)