Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.2.3 (#791)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent a5ca4ac commit 4ffe237
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.2"
id("org.springframework.boot") version "3.2.3"
id("org.jetbrains.kotlin.jvm") version "1.9.22"
id("org.jetbrains.kotlin.plugin.spring") version "1.9.22"
}
Expand All @@ -12,7 +12,7 @@ repositories {
java.sourceCompatibility = JavaVersion.VERSION_17

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

0 comments on commit 4ffe237

Please sign in to comment.