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")