Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 in /spark/sq…
Browse files Browse the repository at this point in the history
…l-30 (opensearch-project#512)

* Bump commons-logging:commons-logging in /spark/sql-30

Bumps commons-logging:commons-logging from 1.3.3 to 1.3.4.

---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Updating SHAs

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 17bad4e commit 0feef99
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 @@ -68,7 +68,7 @@ sparkVariants {
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")
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.4")
add(variant.configuration('implementation'), "javax.xml.bind:jaxb-api:2.3.1")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.27.3")
add(variant.configuration('implementation'), "org.apache.spark:spark-catalyst_${variant.scalaMajorVersion}:$variant.sparkVersion")
Expand Down

0 comments on commit 0feef99

Please sign in to comment.