Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 6810c60 commit b869b37
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.3.4"
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.3.4"))
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 b869b37

Please sign in to comment.