Skip to content

Commit

Permalink
update ivy and spark base version (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deegue authored Sep 18, 2023
1 parent c03e3cb commit 7da5e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url>https://github.com/oap-project/raydp.git</url>

<properties>
<spark.version>3.2.2</spark.version>
<spark.version>3.3.3</spark.version>
<spark322.version>3.2.2</spark322.version>
<spark330.version>3.3.0</spark330.version>
<spark340.version>3.4.0</spark340.version>
Expand All @@ -23,7 +23,7 @@
<commons.compress.version>1.21</commons.compress.version>
<rhino.version>1.7.12</rhino.version>
<protobuf.version>3.16.3</protobuf.version>
<ivy.version>2.5.1</ivy.version>
<ivy.version>2.5.2</ivy.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 7da5e92

Please sign in to comment.