Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with Sona
mvn"org.apache.xmlbeans:xmlbeans:5.4.0",
mvn"com.norbitltd::spoiwo:2.2.1",
mvn"com.github.pjfanning:excel-streaming-reader:5.2.0",
mvn"org.apache.logging.log4j:log4j-api:2.24.3",
mvn"org.apache.logging.log4j:log4j-api:2.26.1",
mvn"com.zaxxer:SparseBitSet:1.3",
mvn"org.apache.commons:commons-collections4:4.6.0",
mvn"com.github.virtuald:curvesapi:1.08",
Expand All @@ -163,7 +163,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with Sona
mvn"com.eed3si9n.ifdef::ifdef-annotation:0.4.1"
) ++ alwaysBundledDeps
if (sparkVersion >= "3.3.0") {
base ++ Seq(mvn"org.apache.logging.log4j:log4j-core:2.24.3")
base ++ Seq(mvn"org.apache.logging.log4j:log4j-core:2.26.1")
} else {
base
}
Expand Down
Loading