This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 49a7bbf CAMEL-12572: Upgrade jaxb to 2.3.0.1 49a7bbf is described below commit 49a7bbf25ef013ec68effd181b1030e84819d59a Author: Craig Andrews <candr...@integralblue.com> AuthorDate: Mon Jun 11 12:06:19 2018 -0400 CAMEL-12572: Upgrade jaxb to 2.3.0.1 --- camel-core/pom.xml | 4 ++-- components/camel-blueprint/pom.xml | 2 +- components/camel-spring/pom.xml | 2 +- parent/pom.xml | 2 +- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 6 +++--- pom.xml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/camel-core/pom.xml b/camel-core/pom.xml index 1933d7b..b1d0c0e 100644 --- a/camel-core/pom.xml +++ b/camel-core/pom.xml @@ -703,12 +703,12 @@ <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> - <version>2.3.0</version> + <version>2.3.1</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.3.0</version> + <version>2.3.0.1</version> </dependency> </dependencies> </plugin> diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml index b02bd2e..11844d6 100644 --- a/components/camel-blueprint/pom.xml +++ b/components/camel-blueprint/pom.xml @@ -507,7 +507,7 @@ <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-jxc-jdk9</artifactId> - <version>2.3.0</version> + <version>2.3.0.1</version> </dependency> <dependency> <groupId>javax.activation</groupId> diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml index b547dda..892a119 100644 --- a/components/camel-spring/pom.xml +++ b/components/camel-spring/pom.xml @@ -627,7 +627,7 @@ <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-jxc-jdk9</artifactId> - <version>2.3.0</version> + <version>2.3.0.1</version> </dependency> <dependency> <groupId>javax.activation</groupId> diff --git a/parent/pom.xml b/parent/pom.xml index bc1691f..b8ffbb6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -5624,7 +5624,7 @@ <!-- Update JAXB version here --> <properties> - <jaxb-version>2.3.0</jaxb-version> + <jaxb-version>2.3.0.1</jaxb-version> </properties> <dependencies> diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index dea320a..72855ac 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -118,12 +118,12 @@ <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> - <version>2.3.0</version> + <version>2.3.0.1</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.3.0</version> + <version>2.3.0.1</version> <exclusions> <exclusion> <groupId>javax.jws</groupId> @@ -134,7 +134,7 @@ <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-jxc</artifactId> - <version>2.3.0</version> + <version>2.3.0.1</version> </dependency> <dependency> <groupId>com.sun.xml.parsers</groupId> diff --git a/pom.xml b/pom.xml index b0fb292..031e8ac 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ <!-- eclipse plugin need the jaxb in this pom.xml file --> <!-- Make sure to keep JAXB version up to date in parent/pom.xml in the bottom of the file --> - <jaxb-version>2.3.0</jaxb-version> + <jaxb-version>2.3.0.1</jaxb-version> <errorprone-version>2.5</errorprone-version> <mycila-license-version>3.0</mycila-license-version> <gmavenplus-plugin-version>1.5</gmavenplus-plugin-version> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.