Skip to content

Commit

Permalink
chore: Update log4j-api, log4j-core from 2.22.1 to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Feb 25, 2024
1 parent d06ba28 commit c036ee2
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 @@ -94,7 +94,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
ivy"com.github.pjfanning:poi-shared-strings:2.8.0",
ivy"commons-io:commons-io:2.15.1",
ivy"org.apache.commons:commons-compress:1.26.0",
ivy"org.apache.logging.log4j:log4j-api:2.22.1",
ivy"org.apache.logging.log4j:log4j-api:2.23.0",
ivy"com.zaxxer:SparseBitSet:1.3",
ivy"org.apache.commons:commons-collections4:4.4",
ivy"com.github.virtuald:curvesapi:1.08",
Expand All @@ -103,7 +103,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.22.1")
base ++ Agg(ivy"org.apache.logging.log4j:log4j-core:2.23.0")
} else {
base
}
Expand Down

0 comments on commit c036ee2

Please sign in to comment.