We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ce18c commit f4d17d2Copy full SHA for f4d17d2
pom.xml
@@ -11,7 +11,7 @@
11
<parent>
12
<groupId>org.springframework.boot</groupId>
13
<artifactId>spring-boot-starter-parent</artifactId>
14
- <version>1.5.3.RELEASE</version>
+ <version>1.5.4.RELEASE</version>
15
</parent>
16
17
<properties>
@@ -78,13 +78,13 @@
78
<dependency>
79
<groupId>org.mybatis.spring.boot</groupId>
80
<artifactId>mybatis-spring-boot-starter</artifactId>
81
- <version>1.2.0</version>
+ <version>1.3.0</version>
82
</dependency>
83
<!--mapper-->
84
85
<groupId>tk.mybatis</groupId>
86
<artifactId>mapper-spring-boot-starter</artifactId>
87
- <version>1.1.1</version>
+ <version>1.1.2</version>
88
89
<!--pagehelper-->
90
0 commit comments