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/05/10 07:37:24 UTC

[camel] branch master updated: Upgrade MyBatis to version 3.5.1

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 3f8453b  Upgrade MyBatis to version 3.5.1
3f8453b is described below

commit 3f8453bfd883b9399dbf3fe455fa2156a1ef7d14
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 10 09:37:01 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 219a62b..31447cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -508,7 +508,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.0</mybatis-version>
+        <mybatis-version>3.5.1</mybatis-version>
         <narayana-version>5.9.5.Final</narayana-version>
         <nessus-version>1.0.0.Beta4</nessus-version>
         <nsq-client-version>1.0.0.RC4</nsq-client-version>