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.git


The following commit(s) were added to refs/heads/main by this push:
     new b112f0389a9 Upgrade jaxb 4.0.3
b112f0389a9 is described below

commit b112f0389a966533ce67221c1030ba7b9569f5fe
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jul 19 21:20:35 2023 +0200

    Upgrade jaxb 4.0.3
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b9a1ec7b7c..20aef32f54a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,11 +133,11 @@
         <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
         <versions-maven-plugin-version>2.16.0</versions-maven-plugin-version>
 
-        <jaxb-core-version>4.0.1</jaxb-core-version>
-        <jaxb-impl-version>4.0.1</jaxb-impl-version>
-        <jaxb-osgi-version>4.0.1</jaxb-osgi-version>
-        <jaxb-xjc-version>4.0.1</jaxb-xjc-version>
-        <jaxb-jxc-version>4.0.1</jaxb-jxc-version>
+        <jaxb-core-version>4.0.3</jaxb-core-version>
+        <jaxb-impl-version>4.0.3</jaxb-impl-version>
+        <jaxb-osgi-version>4.0.3</jaxb-osgi-version>
+        <jaxb-xjc-version>4.0.3</jaxb-xjc-version>
+        <jaxb-jxc-version>4.0.3</jaxb-jxc-version>
         <groovy-version>4.0.13</groovy-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>

Reply via email to