Repository: camel Updated Branches: refs/heads/master 5737fe608 -> 5e9587ae6
CAMEL-11247: Aligning libraries with spring-boot 1.5.3.RELEASE Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5e9587ae Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5e9587ae Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5e9587ae Branch: refs/heads/master Commit: 5e9587ae65548e3b8495f892f8f47fca04314bb1 Parents: 5737fe6 Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Wed May 10 14:24:34 2017 +0200 Committer: Nicola Ferraro <ni.ferr...@gmail.com> Committed: Wed May 10 14:24:56 2017 +0200 ---------------------------------------------------------------------- .../camel-spring-boot-dependencies/pom.xml | 14 ++++++------ platforms/spring-boot/spring-boot-dm/pom.xml | 24 ++++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5e9587ae/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- 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 19aa548..b54855e 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 @@ -58,7 +58,7 @@ <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_2.11</artifactId> - <version>2.8.7</version> + <version>2.8.8</version> </dependency> <dependency> <groupId>com.google.code.scriptengines</groupId> @@ -3039,27 +3039,27 @@ <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-api</artifactId> - <version>9.4.2.v20170220</version> + <version>9.4.4.v20170414</version> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-common</artifactId> - <version>9.4.2.v20170220</version> + <version>9.4.4.v20170414</version> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-servlet</artifactId> - <version>9.4.2.v20170220</version> + <version>9.4.4.v20170414</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-rewrite</artifactId> - <version>9.4.2.v20170220</version> + <version>9.4.4.v20170414</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util-ajax</artifactId> - <version>9.4.2.v20170220</version> + <version>9.4.4.v20170414</version> </dependency> <dependency> <groupId>org.jdom</groupId> @@ -3326,7 +3326,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> - <version>1.7.22</version> + <version>1.7.25</version> </dependency> <dependency> <groupId>org.testng</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/5e9587ae/platforms/spring-boot/spring-boot-dm/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml index 9d9043b..342e1b7 100644 --- a/platforms/spring-boot/spring-boot-dm/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/pom.xml @@ -43,7 +43,7 @@ <properties> <!-- Spring-Boot target version --> - <spring-boot-version>1.5.2.RELEASE</spring-boot-version> + <spring-boot-version>1.5.3.RELEASE</spring-boot-version> <!-- The following dependencies should be aligned with the ones in standard camel parent --> <avro-version>1.8.1</avro-version> @@ -59,26 +59,26 @@ <maven-checkstyle-plugin-version>2.17</maven-checkstyle-plugin-version> <maven-checkstyle-version>7.6.1</maven-checkstyle-version> - <arquillian-version>1.1.11.Final</arquillian-version> + <arquillian-version>1.1.13.Final</arquillian-version> <hadoop2-version>2.7.2</hadoop2-version> <!-- Custom dependency required by some modules --> - <ahc-netty-version>4.0.40.Final</ahc-netty-version> - <cassandra-netty-version-testing>4.0.37.Final</cassandra-netty-version-testing> + <ahc-netty-version>4.0.46.Final</ahc-netty-version> + <cassandra-netty-version-testing>4.0.44.Final</cassandra-netty-version-testing> <!-- The following versions should be aligned with the ones in spring-boot-repo/spring-boot-dependencies/pom.xml (for the targeted version of spring-boot) --> - <jackson2-version>2.8.7</jackson2-version> - <scala-jackson2-version>2.8.7</scala-jackson2-version> - <jetty9-version>9.4.2.v20170220</jetty9-version> + <jackson2-version>2.8.8</jackson2-version> + <scala-jackson2-version>2.8.8</scala-jackson2-version> + <jetty9-version>9.4.4.v20170414</jetty9-version> <jetty-version>${jetty9-version}</jetty-version> <jna-version>4.2.2</jna-version> - <hazelcast-version>3.7.5</hazelcast-version> + <hazelcast-version>3.7.7</hazelcast-version> <htmlunit-version>2.21</htmlunit-version> <log4j2-version>2.7</log4j2-version> - <slf4j-version>1.7.22</slf4j-version> - <spring-version>4.3.7.RELEASE</spring-version> - <spring-data-releasetrain-version>Ingalls-SR1</spring-data-releasetrain-version> - <spring-integration-version>4.3.8.RELEASE</spring-integration-version> + <slf4j-version>1.7.25</slf4j-version> + <spring-version>4.3.8.RELEASE</spring-version> + <spring-data-releasetrain-version>Ingalls-SR3</spring-data-releasetrain-version> + <spring-integration-version>4.3.9.RELEASE</spring-integration-version> <spring-security-version>4.2.2.RELEASE</spring-security-version> </properties>