diff options
author | Gervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com> | 2019-06-05 09:25:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-05 09:25:29 +0000 |
commit | d4d0cc066d99a04ed037e7886d5c5112afca17fa (patch) | |
tree | a4f1b9ab9e1234febcf311d142fda3a64068500a /pom.xml | |
parent | 61ef2fb62f1818da16a48d75c7a3e0824e39e970 (diff) | |
parent | 09bc8450b2b0c4f60eb4a241efc548d13c5c9912 (diff) |
Merge "Rework the loop state"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -61,12 +61,9 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <project.scm.id>git-server</project.scm.id> - <java.version>1.8</java.version> - <eelf.core.version>1.0.0</eelf.core.version> - <camel.version>2.23.2</camel.version> - <springboot.version>2.1.4.RELEASE</springboot.version> + <camel.version>2.24.0</camel.version> + <springboot.version>2.1.5.RELEASE</springboot.version> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> @@ -89,7 +86,7 @@ <docker.skip.tag>true</docker.skip.tag> <skip.staging.artifacts>false</skip.staging.artifacts> <python.http.proxy.param/> - <tomcat.version>9.0.16</tomcat.version> + <tomcat.version>9.0.20</tomcat.version> </properties> <profiles> |