Skip to content

Commit

Permalink
Bump org.codehaus.woodstox:stax2-api from 4.2.1 to 4.2.2 in /spark/sq…
Browse files Browse the repository at this point in the history
…l-20 (#366)

* Bump org.codehaus.woodstox:stax2-api in /spark/sql-20

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
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] authored Dec 11, 2023
1 parent 757f2b1 commit 6c16e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.google.protobuf:protobuf-java` from 3.22.3 to 3.25.1
- Bumps `com.esotericsoftware.kryo:kryo` from 2.21 to 2.24.0
- Bumps `io.netty:netty-all` from 4.1.92.Final to 4.1.101.Final
- Bumps `org.codehaus.woodstox:stax2-api` from 3.1.4 to 4.2.1
- Bumps `org.codehaus.woodstox:stax2-api` from 3.1.4 to 4.2.2
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.15.0 to 2.15.2
- Bumps `org.slf4j:slf4j-api` from 1.7.6 to 2.0.9
- Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2
Expand Down
2 changes: 1 addition & 1 deletion spark/sql-20/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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:4.2.1")
add(variant.configuration('compileOnly'), "org.codehaus.woodstox:stax2-api:4.2.2")
add(variant.configuration('compileOnly'), "org.apache.htrace:htrace-core4:4.2.0-incubating")
}

Expand Down

0 comments on commit 6c16e63

Please sign in to comment.