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

[camel] branch master updated: Upgrade MyBatis

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

davsclaus 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 a0e4b24  Upgrade MyBatis
a0e4b24 is described below

commit a0e4b2443a7530fc73d74bef93b9dd5d098280e3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 6 06:16:13 2019 +0100

    Upgrade MyBatis
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 18cab8e..ca5da49 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -500,7 +500,7 @@
     <mustache-guava-version>16.0</mustache-guava-version>
     <mustache-bundle-version>0.9.5_3</mustache-bundle-version>
     <mvel-version>2.4.2.Final</mvel-version>
-    <mybatis-version>3.4.6</mybatis-version>
+    <mybatis-version>3.5.0</mybatis-version>
     <narayana-version>5.9.2.Final</narayana-version>
     <nessus-version>1.0.0.Beta1</nessus-version>
     <nsq-client-version>1.0.0.RC4</nsq-client-version>