Skip to content

Commit

Permalink
chore(deps): update plugin org.springframework.boot to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent a15060e commit 82b0cdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 82b0cdc

Please sign in to comment.