Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 in /spark/sql-30 (#507)
Browse files Browse the repository at this point in the history
* Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 in /spark/sql-30

Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.16.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Aug 14, 2024
1 parent 1778d59 commit f5853c8
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:2.0.13") {
add(variant.configuration('implementation'), "org.slf4j:slf4j-api:2.0.16") {
because 'spark exposes slf4j components in traits that we need to extend'
}
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.3")
Expand Down

0 comments on commit f5853c8

Please sign in to comment.