This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-3.18.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit b923b23ae11c993723d1fd3600ac89e697648322 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Dec 27 06:32:56 2022 +0100 Upgrade to xerces 2.12.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 65a66784104..34428a4f446 100644 --- a/pom.xml +++ b/pom.xml @@ -635,7 +635,7 @@ <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> - <version>2.11.0</version> + <version>2.12.2</version> </dependency> <dependency> <groupId>ant-contrib</groupId>
