From 8396fdfcbc0ba2e6ab86975d27a39f4585a0bd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 18:27:51 +0000 Subject: [PATCH] Bump com.fasterxml.woodstox:woodstox-core from 7.1.1 to 7.2.2 Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 7.1.1 to 7.2.2. - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-7.1.1...woodstox-core-7.2.2) --- updated-dependencies: - dependency-name: com.fasterxml.woodstox:woodstox-core dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 35905473f..c439da1ea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,7 +76,7 @@ servletApi = { module = "org.apache.tomcat:tomcat-servlet-api", version.ref = "t tomcat = { module = "org.apache.tomcat:tomcat-catalina", version.ref = "tomcat"} -woodstox = { module = "com.fasterxml.woodstox:woodstox-core", version = "7.1.1"} +woodstox = { module = "com.fasterxml.woodstox:woodstox-core", version = "7.2.2"} xmlutil-core = { module = "io.github.pdvrieze.xmlutil:core", version.ref = "xmlutil"} xmlutil-coreJdk = { module = "io.github.pdvrieze.xmlutil:core-jdk", version.ref = "xmlutil"}