diff --git a/build.gradle b/build.gradle index 09754bc..1bdc6a3 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { compile ('org.springframework.boot:spring-boot-starter-data-jpa') compile ('org.springframework.boot:spring-boot-starter') testCompile ('org.springframework.boot:spring-boot-starter-test') - testCompile ('junit:junit:4.12') + testCompile ('junit:junit:4.13.2') } task sourcesJar(type: Jar,dependsOn: classes){