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 113e555 Upgrade Mybatis to version 3.5.3 113e555 is described below commit 113e555e833ac7831acf107febd84f2558e8fb47 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 4 09:21:04 2019 +0100 Upgrade Mybatis to version 3.5.3 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index a5406b3..30ed994 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -472,7 +472,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.2</mybatis-version> + <mybatis-version>3.5.3</mybatis-version> <narayana-version>5.10.0.Final</narayana-version> <nessus-version>1.0.0.Beta4</nessus-version> <nsq-client-version>1.0.0.RC4</nsq-client-version>