From 1d6e4af94a993eb38f4f9b3a1fb3746a35a5f9c3 Mon Sep 17 00:00:00 2001 From: xushanchuan Date: Wed, 3 Mar 2021 10:29:52 +0800 Subject: [PATCH] Upgrade spring boot to 2.4.3 --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e849a6e..738b79d 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }