Skip to content

Commit f4d17d2

Browse files
committed
升级所有依赖版本
1 parent e7ce18c commit f4d17d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>1.5.3.RELEASE</version>
14+
<version>1.5.4.RELEASE</version>
1515
</parent>
1616

1717
<properties>
@@ -78,13 +78,13 @@
7878
<dependency>
7979
<groupId>org.mybatis.spring.boot</groupId>
8080
<artifactId>mybatis-spring-boot-starter</artifactId>
81-
<version>1.2.0</version>
81+
<version>1.3.0</version>
8282
</dependency>
8383
<!--mapper-->
8484
<dependency>
8585
<groupId>tk.mybatis</groupId>
8686
<artifactId>mapper-spring-boot-starter</artifactId>
87-
<version>1.1.1</version>
87+
<version>1.1.2</version>
8888
</dependency>
8989
<!--pagehelper-->
9090
<dependency>

0 commit comments

Comments
 (0)