You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/05 06:54:24 UTC

[camel] branch master updated: Use Guava 20.0 for Mustache Karaf feature too

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new cc6fca9  Use Guava 20.0 for Mustache Karaf feature too
cc6fca9 is described below

commit cc6fca9b734dc84e46d179b631508ff57705a237
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 5 08:53:58 2019 +0200

    Use Guava 20.0 for Mustache Karaf feature too
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0e87f78..8065176 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -499,7 +499,7 @@
         <mqtt-client-version>1.15</mqtt-client-version>
         <msv-version>2013.6.1</msv-version>
         <mustache-java-version>0.9.6</mustache-java-version>
-        <mustache-guava-version>16.0</mustache-guava-version>
+        <mustache-guava-version>20.0</mustache-guava-version>
         <mustache-bundle-version>0.9.6_1</mustache-bundle-version>
         <mvel-version>2.4.4.Final</mvel-version>
         <mybatis-version>3.5.0</mybatis-version>