diff --git a/app/build.gradle b/app/build.gradle index fec484d..9fa7a09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ bootJar { } dependencies { - def springVersion = "3.3.2" + def springVersion = "3.3.3" implementation "org.springframework.boot:spring-boot-starter-actuator:$springVersion" implementation "org.springframework.boot:spring-boot-starter-web:$springVersion" implementation "org.springframework.boot:spring-boot-starter-cache:$springVersion"