Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 1.7.6 to 2.0.7 in /spark/sql-30
Browse files Browse the repository at this point in the history
Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.6 to 2.0.7.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent f1db6ce commit fed0af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/sql-30/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sparkVariants {
add(variant.configuration('implementation'), "org.apache.spark:spark-streaming_${variant.scalaMajorVersion}:$variant.sparkVersion") {
exclude group: 'org.apache.hadoop'
}
add(variant.configuration('implementation'), "org.slf4j:slf4j-api:1.7.6") {
add(variant.configuration('implementation'), "org.slf4j:slf4j-api:2.0.7") {
because 'spark exposes slf4j components in traits that we need to extend'
}
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.1.1")
Expand Down

0 comments on commit fed0af5

Please sign in to comment.