diff --git a/services/gateway/build.gradle b/services/gateway/build.gradle index b081970be..2f5ec36d6 100644 --- a/services/gateway/build.gradle +++ b/services/gateway/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.4' + id 'org.springframework.boot' version '3.2.0' id 'java' id 'com.diffplug.spotless' version '6.22.0' id "io.freefair.lombok" version "8.4" diff --git a/services/habit/build.gradle b/services/habit/build.gradle index 576a343b9..409ea00a8 100644 --- a/services/habit/build.gradle +++ b/services/habit/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.4' + id 'org.springframework.boot' version '3.2.0' id 'org.liquibase.gradle' version '2.2.0' id 'java' id 'com.diffplug.spotless' version '6.22.0' diff --git a/services/report/build.gradle.kts b/services/report/build.gradle.kts index c44359cb2..72c5fd4b8 100644 --- a/services/report/build.gradle.kts +++ b/services/report/build.gradle.kts @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("org.openapi.generator") version "7.0.1" id("com.github.jk1.dependency-license-report") version "2.5" - id("org.springframework.boot") version "3.1.4" + id("org.springframework.boot") version "3.2.0" id("com.diffplug.spotless") version "6.22.0" kotlin("jvm") version "1.9.10" kotlin("plugin.spring") version "1.9.10" diff --git a/services/track/build.gradle b/services/track/build.gradle index 1119aa809..9a6a3e685 100644 --- a/services/track/build.gradle +++ b/services/track/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.4' + id 'org.springframework.boot' version '3.2.0' id 'org.flywaydb.flyway' version '10.3.0' id 'java' id 'com.diffplug.spotless' version '6.22.0'