Skip to content

Commit

Permalink
Bump org.codehaus.woodstox:stax2-api from 3.1.4 to 4.2.1 in /spark/co…
Browse files Browse the repository at this point in the history
…re (#87)

* Bump org.codehaus.woodstox:stax2-api from 3.1.4 to 4.2.1 in /spark/core

Bumps [org.codehaus.woodstox:stax2-api](https://github.com/FasterXML/stax2-api) from 3.1.4 to 4.2.1.
- [Release notes](https://github.com/FasterXML/stax2-api/releases)
- [Commits](FasterXML/stax2-api@stax2-api-3.1.4...stax2-api-4.2.1)

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

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>
(cherry picked from commit 5ffef24)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 15, 2023
1 parent b7f1bc1 commit 119d400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2
- Bumps `org.apache.rat:apache-rat` from 0.13 to 0.15
- Bumps `com.esotericsoftware.kryo:kryo` from 2.21 to 2.24.0
- Bumps `org.codehaus.woodstox:stax2-api` from 3.1.4 to 4.2.1


[Unreleased 1.x]: https://github.com/opensearch-project/opensearch-hadoop/compare/1.0.0...HEAD
2 changes: 1 addition & 1 deletion spark/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sparkVariants {
add(variant.configuration('compileOnly'), "org.apache.hadoop:hadoop-annotations:${project.ext.hadoopVersion}")
add(variant.configuration('compileOnly'), "org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}")
add(variant.configuration('compileOnly'), "org.codehaus.jackson:jackson-mapper-asl:${project.ext.jacksonVersion}")
add(variant.configuration('compileOnly'), "org.codehaus.woodstox:stax2-api:3.1.4")
add(variant.configuration('compileOnly'), "org.codehaus.woodstox:stax2-api:4.2.1")
if (variant.sparkVersion == spark22Version) {
add(variant.configuration('compileOnly'), "org.apache.spark:spark-tags_${variant.scalaMajorVersion}:${variant.sparkVersion}")
}
Expand Down

0 comments on commit 119d400

Please sign in to comment.