Upgrade spring boot to 2.4.3
This commit is contained in:
parent
4f4817407a
commit
1d6e4af94a
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.3.4.RELEASE'
|
||||
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
|
||||
id 'org.springframework.boot' version '2.4.3'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'java'
|
||||
id 'idea'
|
||||
id 'eclipse'
|
||||
@ -39,6 +39,7 @@ dependencies {
|
||||
testImplementation 'io.rest-assured:spring-mock-mvc:3.1.1'
|
||||
testImplementation 'org.springframework.security:spring-security-test'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'org.junit.vintage:junit-vintage-engine'
|
||||
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
|
||||
testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:2.1.3'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user