From 905a2e28a464acf8736d7dac333a8722be52ad1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:32:18 +0000 Subject: [PATCH] chore(gradle): bump com.fasterxml.woodstox:woodstox-core Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.6.2 to 7.1.0. - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.6.2...woodstox-core-7.1.0) --- updated-dependencies: - dependency-name: com.fasterxml.woodstox:woodstox-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6323c40d6c9..3dcd74f97ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -182,7 +182,7 @@ gwt-user = { module = "org.gwtproject:gwt-user", version.ref = "gwt" } hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" } # These are transitive, inlined versions; see io.deephaven.hadoop-common-dependencies -woodstox-core = { module = "com.fasterxml.woodstox:woodstox-core", version = "6.6.2" } +woodstox-core = { module = "com.fasterxml.woodstox:woodstox-core", version = "7.1.0" } hadoop-shaded-guava = { module = "org.apache.hadoop.thirdparty:hadoop-shaded-guava", version = "1.2.0" } commons-collections = { module = "commons-collections:commons-collections", version = "3.2.2" }