aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f60833ff..e03aeada 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,8 +64,8 @@
<java.version>1.8</java.version>
<eelf.core.version>1.0.0</eelf.core.version>
- <camel.version>2.22.1</camel.version>
- <springboot.version>2.0.6.RELEASE</springboot.version>
+ <camel.version>2.23.1</camel.version>
+ <springboot.version>2.1.4.RELEASE</springboot.version>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
@@ -409,6 +409,7 @@
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>