Browse Source

升级 mybatis 3.4.6 mybatis-spring 1.3.2

= 7 years ago
parent
commit
4f8a0b2fd6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -4,8 +4,8 @@ ext {
     ]
     ]
 
 
     libraries = [
     libraries = [
-        mybatisSpringVersion = '1.3.1',
-        mybatisVersion = '3.4.5',
+        mybatisSpringVersion = '1.3.2',
+        mybatisVersion = '3.4.6',
         springVersion = '4.3.5.RELEASE',
         springVersion = '4.3.5.RELEASE',
         springBootVersion = '1.5.9.RELEASE',
         springBootVersion = '1.5.9.RELEASE',
     ]
     ]