diff --git a/backend/springboot/build.gradle.kts b/backend/springboot/build.gradle.kts index 1d766f2c..e324fa79 100644 --- a/backend/springboot/build.gradle.kts +++ b/backend/springboot/build.gradle.kts @@ -1,6 +1,6 @@ plugins { java - id("org.springframework.boot") version "4.1.0" + id("org.springframework.boot") version "4.1.1" id("io.spring.dependency-management") version "1.1.7" id("com.diffplug.spotless") version "8.6.0" checkstyle