diff --git a/pg-index-health-spring-boot-demo/build.gradle.kts b/pg-index-health-spring-boot-demo/build.gradle.kts index 47d25b4..ffd0a50 100644 --- a/pg-index-health-spring-boot-demo/build.gradle.kts +++ b/pg-index-health-spring-boot-demo/build.gradle.kts @@ -4,7 +4,7 @@ plugins { id("pg-index-health-demo.java-conventions") id("pg-index-health-demo.forbidden-apis") id("pg-index-health-demo.pitest") - id("org.springframework.boot") version "3.3.4" + id("org.springframework.boot") version "3.3.5" id("com.google.osdetector") version "1.7.3" }