From e5495c1327b2dec2abee9f0d85a474a62cbb6683 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:00:21 +0000 Subject: [PATCH] chore(deps): update plugin org.springframework.boot to v3.2.0 --- services/gateway/build.gradle | 2 +- services/habit/build.gradle | 2 +- services/report/build.gradle.kts | 2 +- services/track/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 a815bd563..ca38a5334 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 '9.22.1' id 'java' id 'com.diffplug.spotless' version '6.22.0'