Skip to content

Commit 75423e3

Browse files
committed
升级pagehelper和mapper的stater到最新版本
1 parent 4f3648e commit 75423e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
<dependency>
8585
<groupId>tk.mybatis</groupId>
8686
<artifactId>mapper-spring-boot-starter</artifactId>
87-
<version>1.1.3</version>
87+
<version>1.1.4</version>
8888
</dependency>
8989
<!--pagehelper-->
9090
<dependency>
9191
<groupId>com.github.pagehelper</groupId>
9292
<artifactId>pagehelper-spring-boot-starter</artifactId>
93-
<version>1.1.2</version>
93+
<version>1.1.3</version>
9494
</dependency>
9595

9696
<dependency>

0 commit comments

Comments
 (0)