From 9af911172b3198ab1e12dc62221d3cbc4569e28d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:23:49 +0000 Subject: [PATCH] Update spring boot to v3.1.2 --- subgraphs/inventory/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subgraphs/inventory/app/build.gradle.kts b/subgraphs/inventory/app/build.gradle.kts index 10fd05592..20034dc52 100644 --- a/subgraphs/inventory/app/build.gradle.kts +++ b/subgraphs/inventory/app/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("org.springframework.boot") version "3.0.6" + id("org.springframework.boot") version "3.1.2" id("org.jetbrains.kotlin.jvm") version "1.9.0" id("org.jetbrains.kotlin.plugin.spring") version "1.9.0" } @@ -12,7 +12,7 @@ repositories { java.sourceCompatibility = JavaVersion.VERSION_17 dependencies { - implementation(platform("org.springframework.boot:spring-boot-dependencies:3.0.6")) + implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.2")) implementation("com.apollographql.federation:federation-graphql-java-support:2.3.1") implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")