Commit dbaefff 1 parent c186f61 commit dbaefff Copy full SHA for dbaefff
File tree 3 files changed +10
-1
lines changed
mybatis-spring-boot-test-autoconfigure
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 17
17
18
18
script :
19
19
- ./mvnw clean verify
20
+ - ./mvnw clean verify -Dspring-boot.version=2.2.7.RELEASE
20
21
- ./mvnw clean verify -Dspring-boot.version=2.1.13.RELEASE -Dspring-boot.version.line=2.1.x
21
22
22
23
after_success :
Original file line number Diff line number Diff line change 30
30
<module .name>org.mybatis.spring.boot.test.autoconfigure</module .name>
31
31
</properties >
32
32
<dependencies >
33
+ <dependency >
34
+ <groupId >org.springframework.boot</groupId >
35
+ <artifactId >spring-boot-autoconfigure</artifactId >
36
+ </dependency >
33
37
<dependency >
34
38
<groupId >org.springframework.boot</groupId >
35
39
<artifactId >spring-boot-test-autoconfigure</artifactId >
36
40
</dependency >
41
+ <dependency >
42
+ <groupId >org.springframework.boot</groupId >
43
+ <artifactId >spring-boot-test</artifactId >
44
+ </dependency >
37
45
<dependency >
38
46
<groupId >org.springframework</groupId >
39
47
<artifactId >spring-test</artifactId >
Original file line number Diff line number Diff line change 72
72
<mybatis-freemarker .version>1.2.1</mybatis-freemarker .version>
73
73
<mybatis-velocity .version>2.1.0</mybatis-velocity .version>
74
74
<mybatis-thymeleaf .version>1.0.1</mybatis-thymeleaf .version>
75
- <spring-boot .version>2.2.7 .RELEASE</spring-boot .version>
75
+ <spring-boot .version>2.3.0 .RELEASE</spring-boot .version>
76
76
77
77
<!-- Remove after parent 32 (support for jdk 13) -->
78
78
<jacoco .version>0.8.5</jacoco .version>
You can’t perform that action at this time.
0 commit comments