This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 5e68aee1c0a3c5b7324124738b85e35bf4b39188 Author: Claus Ibsen <[email protected]> AuthorDate: Mon May 19 16:44:13 2025 +0200 Regen --- tooling/camel-spring-boot-dependencies/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 5ecaad63a63..9e6c66892d1 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -30,6 +30,11 @@ <description>Camel Spring-Boot Dependencies BOM</description> <dependencyManagement> <dependencies> + <dependency> + <groupId>com.fasterxml.woodstox</groupId> + <artifactId>woodstox-core</artifactId> + <version>7.1.0</version> + </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-2common-protos</artifactId> @@ -4670,10 +4675,15 @@ <artifactId>plexus-xml</artifactId> <version>3.0.1</version> </dependency> + <dependency> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>stax2-api</artifactId> + <version>4.2.2</version> + </dependency> <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-assertj3</artifactId> - <version>2.10.0</version> + <version>2.10.1</version> </dependency> </dependencies> </dependencyManagement>
