diff --git a/build.gradle b/build.gradle index 555fbf3..692724e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.6.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.5.3") } }