aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-02-24 15:27:14 +0100
committerLiam Fallon <liam.fallon@est.tech>2021-02-25 10:47:27 +0000
commit8cbb2bf49952634f11fbcb4d88be8e12ccbcce4f (patch)
tree1db40c2d97134601f5ef6eb76f6cd25d33f68a22
parentf60053a6208839a14bed9353f7d68e12e559c3ac (diff)
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 <sebastien.determe@intl.att.com> Change-Id: I051cfadbdb360505c3979ef8ce02ab31d1089c13 (cherry picked from commit 3664078317de1bfc75f0bf427e859daa2070fb35)
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c168ddde4..23a5d91ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,8 +80,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<eelf.core.version>1.0.0</eelf.core.version>
- <camel.version>2.25.2</camel.version>
- <springboot.version>2.2.10.RELEASE</springboot.version>
+ <camel.version>2.25.3</camel.version>
+ <springboot.version>2.2.13.RELEASE</springboot.version>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
@@ -514,6 +514,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
+ <version>4.13</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>