Skip to content

Commit

Permalink
chore: Update log4j-api, log4j-core from 2.24.1 to 2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 2, 2025
1 parent deb412e commit e143d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with Sona
ivy"com.github.pjfanning:excel-streaming-reader:5.0.2",
ivy"commons-io:commons-io:2.17.0",
ivy"org.apache.commons:commons-compress:1.27.1",
ivy"org.apache.logging.log4j:log4j-api:2.24.1",
ivy"org.apache.logging.log4j:log4j-api:2.24.3",
ivy"com.zaxxer:SparseBitSet:1.3",
ivy"org.apache.commons:commons-collections4:4.4",
ivy"com.github.virtuald:curvesapi:1.08",
Expand All @@ -116,7 +116,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with Sona
ivy"org.scala-lang.modules::scala-collection-compat:2.12.0"
)
if (sparkVersion >= "3.3.0") {
base ++ Agg(ivy"org.apache.logging.log4j:log4j-core:2.24.1")
base ++ Agg(ivy"org.apache.logging.log4j:log4j-core:2.24.3")
} else {
base
}
Expand Down

0 comments on commit e143d08

Please sign in to comment.