File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mybatis-spring-boot-autoconfigure/src/site/markdown
mybatis-spring-boot-test-autoconfigure/src/site/markdown Expand file tree Collapse file tree 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`:
3535<dependency >
3636 <groupId >org.mybatis.spring.boot</groupId >
3737 <artifactId >mybatis-spring-boot-starter</artifactId >
38- <version >2.1.1 </version >
38+ <version >2.1.3 </version >
3939</dependency >
4040```
4141
@@ -45,7 +45,7 @@ If using gradle add this to your `build.gradle`:
4545
4646``` groovy
4747dependencies {
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 ")
4949}
5050```
5151
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`:
3030<dependency >
3131 <groupId >org.mybatis.spring.boot</groupId >
3232 <artifactId >mybatis-spring-boot-starter-test</artifactId >
33- <version >2.1.1 </version >
33+ <version >2.1.3 </version >
3434 <scope >test</scope >
3535</dependency >
3636```
@@ -41,7 +41,7 @@ If using gradle add this to your `build.gradle`:
4141
4242``` groovy
4343dependencies {
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 ")
4545}
4646```
4747
You can’t perform that action at this time.
0 commit comments