You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/11/30 08:50:05 UTC

[servicecomb-fence] branch master updated: Bump mybatis from 3.4.5 to 3.5.6 in /integration-tests (#38)

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-fence.git


The following commit(s) were added to refs/heads/master by this push:
     new c3be0a5  Bump mybatis from 3.4.5 to 3.5.6 in /integration-tests (#38)
c3be0a5 is described below

commit c3be0a545857c064e0bccd2a76f7dc80acab8966
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 30 16:49:59 2022 +0800

    Bump mybatis from 3.4.5 to 3.5.6 in /integration-tests (#38)
---
 integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index fea7475..9ff0aa2 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.mybatis</groupId>
         <artifactId>mybatis</artifactId>
-        <version>3.4.5</version>
+        <version>3.5.6</version>
       </dependency>
       <dependency>
         <groupId>org.mybatis</groupId>