Skip to content

Commit 9bd36cc

Browse files
committed
chore: Update slf4j-api from 1.7.36 to 2.0.11
1 parent 46b2081 commit 9bd36cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
7676
)
7777

7878
override def compileIvyDeps = if (sparkVersion < "3.3.0") {
79-
sparkDeps ++ Agg(ivy"org.slf4j:slf4j-api:1.7.36".excludeOrg("stax"))
79+
sparkDeps ++ Agg(ivy"org.slf4j:slf4j-api:2.0.11".excludeOrg("stax"))
8080
} else {
8181
sparkDeps
8282
}

0 commit comments

Comments
 (0)