diff --git a/build.gradle b/build.gradle index fdfe2c6..af1dcfe 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-security' developmentOnly 'org.springframework.boot:spring-boot-devtools' - compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.4.1' + compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.5.3' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }