Skip to content

Commit

Permalink
[SPARK-47861][BUILD] Upgrade slf4j to 2.0.13
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to upgrade `slf4j` to 2.0.13.

### Why are the changes needed?

To bring the following bug fix,
- https://www.slf4j.org/news.html#2.0.13
  - qos-ch/slf4j#409

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the Cis.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #46067 from dongjoon-hyun/SPARK-47861.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Apr 16, 2024
1 parent f217193 commit 3ff3393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ javax.servlet-api/4.0.1//javax.servlet-api-4.0.1.jar
javolution/5.5.1//javolution-5.5.1.jar
jaxb-api/2.2.11//jaxb-api-2.2.11.jar
jaxb-runtime/2.3.2//jaxb-runtime-2.3.2.jar
jcl-over-slf4j/2.0.12//jcl-over-slf4j-2.0.12.jar
jcl-over-slf4j/2.0.13//jcl-over-slf4j-2.0.13.jar
jdo-api/3.0.1//jdo-api-3.0.1.jar
jdom2/2.0.6//jdom2-2.0.6.jar
jersey-client/3.0.12//jersey-client-3.0.12.jar
Expand All @@ -154,7 +154,7 @@ json4s-jackson_2.13/4.0.7//json4s-jackson_2.13-4.0.7.jar
json4s-scalap_2.13/4.0.7//json4s-scalap_2.13-4.0.7.jar
jsr305/3.0.0//jsr305-3.0.0.jar
jta/1.1//jta-1.1.jar
jul-to-slf4j/2.0.12//jul-to-slf4j-2.0.12.jar
jul-to-slf4j/2.0.13//jul-to-slf4j-2.0.13.jar
kryo-shaded/4.0.2//kryo-shaded-4.0.2.jar
kubernetes-client-api/6.12.0//kubernetes-client-api-6.12.0.jar
kubernetes-client/6.12.0//kubernetes-client-6.12.0.jar
Expand Down Expand Up @@ -255,7 +255,7 @@ scala-parallel-collections_2.13/1.0.4//scala-parallel-collections_2.13-1.0.4.jar
scala-parser-combinators_2.13/2.3.0//scala-parser-combinators_2.13-2.3.0.jar
scala-reflect/2.13.13//scala-reflect-2.13.13.jar
scala-xml_2.13/2.2.0//scala-xml_2.13-2.2.0.jar
slf4j-api/2.0.12//slf4j-api-2.0.12.jar
slf4j-api/2.0.13//slf4j-api-2.0.13.jar
snakeyaml-engine/2.7//snakeyaml-engine-2.7.jar
snakeyaml/2.2//snakeyaml-2.2.jar
snappy-java/1.1.10.5//snappy-java-1.1.10.5.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<sbt.project.name>spark</sbt.project.name>
<asm.version>9.6</asm.version>
<slf4j.version>2.0.12</slf4j.version>
<slf4j.version>2.0.13</slf4j.version>
<log4j.version>2.22.1</log4j.version>
<!-- make sure to update IsolatedClientLoader whenever this version is changed -->
<hadoop.version>3.4.0</hadoop.version>
Expand Down

0 comments on commit 3ff3393

Please sign in to comment.