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/10/10 09:01:29 UTC

[camel] 01/02: Upgrade Mybatis to version 3.5.11

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

commit 1024ee17659d487d655e68187e6c8859695a9ca7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 10 10:57:43 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c74f90aa8af..f60bd31983e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -405,7 +405,7 @@
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <mustache-java-version>0.9.10</mustache-java-version>
         <mvel-version>2.4.14.Final</mvel-version>
-        <mybatis-version>3.5.10</mybatis-version>
+        <mybatis-version>3.5.11</mybatis-version>
         <narayana-version>5.12.7.Final</narayana-version>
         <nessus-hyperledger-aries-version>0.2.0</nessus-hyperledger-aries-version>
         <nessus-ipfs-version>1.0.0.Beta4</nessus-ipfs-version>