diff --git a/server/build.gradle b/server/build.gradle index 81fcf6b4..48699c49 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'io.spring.gradle:dependency-management-plugin:1.1.7' - classpath 'org.springframework.boot:spring-boot-gradle-plugin:3.4.1' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:3.5.3' } }