diff --git a/server/build.gradle b/server/build.gradle index 894d073c..58221e67 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -6,14 +6,14 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:4.0.4' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:4.0.5' } } plugins { id 'java' id 'idea' - id 'org.springframework.boot' version '4.0.4' + id 'org.springframework.boot' version '4.0.5' id 'jacoco' }