Skip to content

Commit

Permalink
Bump spark-core from 2.2.2 to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NobiGo committed Oct 3, 2024
1 parent a4a27e3 commit 4187270
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dependencies {
apiv("org.apache.logging.log4j:log4j-slf4j-impl", "log4j2")
apiv("org.apache.pig:pig")
apiv("org.apache.pig:pigunit", "pig")
apiv("org.apache.spark:spark-core_2.10", "spark")
apiv("org.apache.spark:spark-core_2.13", "spark")
apiv("org.apiguardian:apiguardian-api")
apiv("net.bytebuddy:byte-buddy")
apiv("org.cassandraunit:cassandra-unit")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ scott-data-hsqldb.version=0.2
servlet.version=4.0.1
sketches-core.version=0.9.0
slf4j.version=1.7.25
spark.version=2.2.2
spark.version=3.5.3
sqlline.version=1.12.0
sql-logic-test.version=0.3
steelwheels-data-hsqldb.version=0.2
Expand Down
2 changes: 1 addition & 1 deletion spark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
dependencies {
api(project(":core"))
api(project(":linq4j"))
api("org.apache.spark:spark-core_2.10") {
api("org.apache.spark:spark-core_2.13") {
exclude("org.slf4j", "slf4j-log4j12")
.because("conflicts with log4j-slf4j-impl")
}
Expand Down

0 comments on commit 4187270

Please sign in to comment.