Skip to content

Commit bb45059

Browse files
fix(deps): update spring boot to v3.5.4 (#1046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38194c8 commit bb45059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subgraphs/inventory/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "3.5.3"
2+
id("org.springframework.boot") version "3.5.4"
33
id("org.jetbrains.kotlin.jvm") version "1.9.25"
44
id("org.jetbrains.kotlin.plugin.spring") version "1.9.25"
55
}
@@ -12,7 +12,7 @@ repositories {
1212
java.sourceCompatibility = JavaVersion.VERSION_17
1313

1414
dependencies {
15-
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.5.3"))
15+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.5.4"))
1616
implementation("com.apollographql.federation:federation-graphql-java-support:4.5.0")
1717
implementation("org.jetbrains.kotlin:kotlin-reflect")
1818
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

0 commit comments

Comments
 (0)