Skip to content

Commit

Permalink
chore: Update log4j-api, log4j-core from 2.21.0 to 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Oct 25, 2023
1 parent 8ddbe6a commit 508116e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
ivy"com.github.pjfanning:poi-shared-strings:2.7.0",
ivy"commons-io:commons-io:2.14.0",
ivy"org.apache.commons:commons-compress:1.24.0",
ivy"org.apache.logging.log4j:log4j-api:2.21.0",
ivy"org.apache.logging.log4j:log4j-api:2.21.1",
ivy"com.zaxxer:SparseBitSet:1.3",
ivy"org.apache.commons:commons-collections4:4.4",
ivy"com.github.virtuald:curvesapi:1.08",
Expand All @@ -111,7 +111,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
ivy"org.scala-lang.modules::scala-collection-compat:2.11.0"
)
if (sparkVersion >= "3.3.0") {
base ++ Agg(ivy"org.apache.logging.log4j:log4j-core:2.21.0")
base ++ Agg(ivy"org.apache.logging.log4j:log4j-core:2.21.1")
} else {
base
}
Expand Down

0 comments on commit 508116e

Please sign in to comment.