Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 1cb3437 commit 42b16fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subgraphs/inventory/app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.springframework.boot") version "3.2.5"
id("org.springframework.boot") version "3.4.0"
id("org.jetbrains.kotlin.jvm") version "1.9.25"
id("org.jetbrains.kotlin.plugin.spring") version "1.9.25"
}
Expand All @@ -12,7 +12,7 @@ repositories {
java.sourceCompatibility = JavaVersion.VERSION_17

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.5"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.4.0"))
implementation("com.apollographql.federation:federation-graphql-java-support:4.5.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
Expand Down

0 comments on commit 42b16fb

Please sign in to comment.