From 3664078317de1bfc75f0bf427e859daa2070fb35 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 24 Feb 2021 15:27:14 +0100 Subject: Fix the Junit issue for 6.0.1 Fix the Junit issue (tests not executed at all) in the release 6.0.1 + bump up Camel version to latest & Spring boot as well. Issue-ID: POLICY-3084 Signed-off-by: sebdet Change-Id: I051cfadbdb360505c3979ef8ce02ab31d1089c13 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e565fdb1b..65c03678d 100644 --- a/pom.xml +++ b/pom.xml @@ -79,8 +79,8 @@ UTF-8 1.0.0 - 2.25.2 - 2.2.10.RELEASE + 2.25.3 + 2.2.13.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -513,6 +513,7 @@ junit junit test + 4.13 org.assertj -- cgit 1.2.3-korg