From 5e164f34c5b1cafc3ae3221381ba4f349d258bc7 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Fri, 7 Sep 2018 14:49:02 -0400 Subject: Fixing issues found by nexus scan Issue-ID: AAI-1583 Change-Id: I2e534986b33dade95d7d62465b9ecfd69cb4cb39 Signed-off-by: Arul.Nambi --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 636c6bc..4b85bf8 100644 --- a/pom.xml +++ b/pom.xml @@ -42,18 +42,19 @@ limitations under the License. ${project.build.directory}/code-coverage/jacoco-ut.exec false ${project.version} + 2.22.0 org.apache.camel camel-core - 2.20.1 + ${camel-spring-boot.version} org.apache.camel apt - 2.20.1 + ${camel-spring-boot.version} @@ -119,7 +120,7 @@ limitations under the License. org.apache.camel camel-test - 2.20.1 + ${camel-spring-boot.version} test -- cgit 1.2.3-korg