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/08/08 18:27:00 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 f1d9443  Upgrade MyBatis
f1d9443 is described below

commit f1d9443f57af45ca7da0bf6d6d43e89cfc43b815
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Aug 8 20:26:47 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 6b36a66..93a8bc3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -464,7 +464,7 @@
         <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.1</mybatis-version>
+        <mybatis-version>3.5.2</mybatis-version>
         <narayana-version>5.9.6.Final</narayana-version>
         <nessus-version>1.0.0.Beta4</nessus-version>
         <nsq-client-version>1.0.0.RC4</nsq-client-version>