diff --git a/build.gradle b/build.gradle index 4d872282..9ecc5162 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.9.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.2") } }