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-karaf.git
commit 285e368badfcfafda3b604f627d230973d9c0f6e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Dec 3 07:15:04 2020 +0100 Upgrade Mustache Compiler bundle to version 0.9.7_1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0df1129..4b8a4a1 100644 --- a/pom.xml +++ b/pom.xml @@ -223,7 +223,7 @@ <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> <mockwebserver-version>0.1.7</mockwebserver-version> <mustache-guava-version>20.0</mustache-guava-version> - <mustache-bundle-version>0.9.6_1</mustache-bundle-version> + <mustache-bundle-version>0.9.7_1</mustache-bundle-version> <noggit-bundle-version>0.5_1</noggit-bundle-version> <objenesis-version>2.6</objenesis-version> <okclient-bundle-version>3.14.1_1</okclient-bundle-version>