diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-04-02 11:50:05 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-04-02 15:12:55 -0400 |
commit | a9b152be59c9fa28374a027f7a51f61d81c63097 (patch) | |
tree | cf7f78536247bd8b3bf766a4a71df2cffd97d4aa /pom.xml | |
parent | a3b5f6f1b338d9bc00838246e1fbd50c7ecd7041 (diff) |
Upgrade version of camel
Upgrade version of camel to avoid security warning
Change-Id: I5b981011207f6e98d53d0b422a40b942cc27f62c
Issue-ID: AAI-957
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,13 +46,13 @@ limitations under the License. <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> - <version>2.15.5</version> + <version>2.20.1</version> </dependency> <!-- support camel documentation --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>apt</artifactId> - <version>2.15.5</version> + <version>2.20.1</version> </dependency> <!-- logging --> <dependency> @@ -83,7 +83,7 @@ limitations under the License. <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> - <version>2.15.5</version> + <version>2.20.1</version> <scope>test</scope> </dependency> </dependencies> |