diff --git a/build.gradle b/build.gradle index fc26e9c7..91c07ddf 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.7.5") + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.7.6") } }