File tree 2 files changed +4
-4
lines changed
mybatis-spring-boot-autoconfigure/src/site/markdown
mybatis-spring-boot-test-autoconfigure/src/site/markdown
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ If you are using Maven just add the following dependency to your `pom.xml`:
35
35
<dependency >
36
36
<groupId >org.mybatis.spring.boot</groupId >
37
37
<artifactId >mybatis-spring-boot-starter</artifactId >
38
- <version >2.1.1 </version >
38
+ <version >2.1.3 </version >
39
39
</dependency >
40
40
```
41
41
@@ -45,7 +45,7 @@ If using gradle add this to your `build.gradle`:
45
45
46
46
``` groovy
47
47
dependencies {
48
- compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.1 ")
48
+ compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3 ")
49
49
}
50
50
```
51
51
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ If you are using Maven just add the following dependency to your `pom.xml`:
30
30
<dependency >
31
31
<groupId >org.mybatis.spring.boot</groupId >
32
32
<artifactId >mybatis-spring-boot-starter-test</artifactId >
33
- <version >2.1.1 </version >
33
+ <version >2.1.3 </version >
34
34
<scope >test</scope >
35
35
</dependency >
36
36
```
@@ -41,7 +41,7 @@ If using gradle add this to your `build.gradle`:
41
41
42
42
``` groovy
43
43
dependencies {
44
- testCompile("org.mybatis.spring.boot:mybatis-spring-boot-starter-test:2.1.1 ")
44
+ testCompile("org.mybatis.spring.boot:mybatis-spring-boot-starter-test:2.1.3 ")
45
45
}
46
46
```
47
47
You can’t perform that action at this time.
0 commit comments