Skip to content

Commit 91ef0ee

Browse files
fix(deps): update spring boot to v3.2.5 (#838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 783af64 commit 91ef0ee

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.2.4"
2+
id("org.springframework.boot") version "3.2.5"
33
id("org.jetbrains.kotlin.jvm") version "1.9.23"
44
id("org.jetbrains.kotlin.plugin.spring") version "1.9.23"
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.2.4"))
15+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.5"))
1616
implementation("com.apollographql.federation:federation-graphql-java-support:4.4.1")
1717
implementation("org.jetbrains.kotlin:kotlin-reflect")
1818
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

0 commit comments

Comments
 (0)