This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch release-1.1.0 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 3b1dc608ef6195e49883d4d5c1b02632cbb3b808 Author: vamsikarnika <[email protected]> AuthorDate: Fri Oct 24 11:46:36 2025 +0530 fix: Upgrade Java xmlbuilder version to fix CVE-2014-125087 (#14144) * fix CVE-2014-125087 * Trigger build * Trigger build --------- Co-authored-by: Vamsi <[email protected]> --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 33b598b40d0f..badbafae3fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -1715,6 +1715,11 @@ <artifactId>jaxb-api</artifactId> <version>2.3.1</version> </dependency> + <dependency> + <groupId>com.jamesmurty.utils</groupId> + <artifactId>java-xmlbuilder</artifactId> + <version>1.2</version> + </dependency> <!-- Spring Boot --> <dependency>
