Skip to content

Commit 1cd3f57

Browse files
committed
升级依赖版本
1 parent b64ec47 commit 1cd3f57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<targetProject>${basedir}/src/main/java</targetProject>
1515
<!-- 依赖版本 -->
16-
<mybatis.version>3.3.0</mybatis.version>
17-
<mapper.version>3.3.9</mapper.version>
18-
<pagehelper.version>5.0.0</pagehelper.version>
16+
<mybatis.version>3.4.6</mybatis.version>
17+
<mapper.version>4.0.3</mapper.version>
18+
<pagehelper.version>5.1.4</pagehelper.version>
1919
<spring.version>3.2.12.RELEASE</spring.version>
2020
</properties>
2121

@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>org.mybatis</groupId>
164164
<artifactId>mybatis-spring</artifactId>
165-
<version>1.2.2</version>
165+
<version>1.3.2</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>com.github.jsqlparser</groupId>

0 commit comments

Comments
 (0)