From 6c16e634670c9a45e9753771b0a23b53752d731b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:49:49 +1300 Subject: [PATCH] Bump org.codehaus.woodstox:stax2-api from 4.2.1 to 4.2.2 in /spark/sql-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](https://github.com/FasterXML/stax2-api/compare/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] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 2 +- spark/sql-20/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ad7612b..0e0e56437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/spark/sql-20/build.gradle b/spark/sql-20/build.gradle index 634b7ad3f..65b0dce53 100644 --- a/spark/sql-20/build.gradle +++ b/spark/sql-20/build.gradle @@ -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") }