Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update plugin org.springframework.boot to v3.2.0 - abandoned #584

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(deps): update plugin org.springframework.boot to v3.2.0
  • Loading branch information
renovate[bot] authored Dec 15, 2023
commit c07cece98d7159493705466517a55e78d153b150
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"
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'
2 changes: 1 addition & 1 deletion services/report/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
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'