Skip to content

Commit

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

* 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
2 people authored and dgoldenberg-ias committed Sep 11, 2024
1 parent 9ca596f commit ef2c91b
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 ef2c91b

Please sign in to comment.