Skip to content

Commit 7bab5c3

Browse files
chore(deps): update plugin org.springframework.boot to v3.2.0
1 parent 2a6f21f commit 7bab5c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

services/gateway/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.4'
2+
id 'org.springframework.boot' version '3.2.0'
33
id 'java'
44
id 'com.diffplug.spotless' version '6.22.0'
55
id "io.freefair.lombok" version "8.4"

services/habit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.4'
2+
id 'org.springframework.boot' version '3.2.0'
33
id 'org.liquibase.gradle' version '2.2.0'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.22.0'

services/report/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
plugins {
66
id("org.openapi.generator") version "7.0.1"
77
id("com.github.jk1.dependency-license-report") version "2.5"
8-
id("org.springframework.boot") version "3.1.4"
8+
id("org.springframework.boot") version "3.2.0"
99
id("com.diffplug.spotless") version "6.22.0"
1010
kotlin("jvm") version "1.9.10"
1111
kotlin("plugin.spring") version "1.9.10"

services/track/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.4'
2+
id 'org.springframework.boot' version '3.2.0'
33
id 'org.flywaydb.flyway' version '10.3.0'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.22.0'

0 commit comments

Comments
 (0)