Skip to content

Commit 53f986e

Browse files
chore(deps): update plugin org.springframework.boot to v3.5.8
1 parent bebc5ef commit 53f986e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

services/gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.8'
2+
id 'org.springframework.boot' version '3.5.8'
33
id 'java'
44
id 'com.diffplug.spotless' version '6.25.0'
55
id "io.freefair.lombok" version "8.10.2"

services/habit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.8'
2+
id 'org.springframework.boot' version '3.5.8'
33
id 'org.liquibase.gradle' version '2.2.2'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.25.0'

services/report/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.9.0"
77
id("com.github.jk1.dependency-license-report") version "2.9"
8-
id("org.springframework.boot") version "3.1.8"
8+
id("org.springframework.boot") version "3.5.8"
99
id("com.diffplug.spotless") version "6.25.0"
1010
kotlin("jvm") version "1.9.25"
1111
kotlin("plugin.spring") version "1.9.25"

services/track/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.8'
2+
id 'org.springframework.boot' version '3.5.8'
33
id 'org.flywaydb.flyway' version '10.21.0'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.25.0'

0 commit comments

Comments
 (0)