diff --git a/yourteam-deploy/build.gradle b/yourteam-deploy/build.gradle index 6777cdb..636e936 100644 --- a/yourteam-deploy/build.gradle +++ b/yourteam-deploy/build.gradle @@ -10,7 +10,7 @@ dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' - compile 'org.springframework.boot:spring-boot-starter-web:2.6.2' + compile 'org.springframework.boot:spring-boot-starter-web:2.6.3' compile 'io.jsonwebtoken:jjwt-api:0.11.2' compile 'io.jsonwebtoken:jjwt-impl:0.11.2'