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 2022/01/10 11:20:23 UTC

[camel] branch main updated: Upgrade Mybatis to version 3.5.9

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 27248d9  Upgrade Mybatis to version 3.5.9
27248d9 is described below

commit 27248d9b5d097524c526238b1237479d950865d5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 10 12:17:55 2022 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index ea1a093..5fed335 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -414,7 +414,7 @@
         <msv-version>2013.6.1</msv-version>
         <mustache-java-version>0.9.10</mustache-java-version>
         <mvel-version>2.4.13.Final</mvel-version>
-        <mybatis-version>3.5.8</mybatis-version>
+        <mybatis-version>3.5.9</mybatis-version>
         <narayana-version>5.12.1.Final</narayana-version>
         <nessus-ipfs-version>1.0.0.Beta4</nessus-ipfs-version>
         <nessus-weka-version>1.0.1</nessus-weka-version>