Skip to content

Commit

Permalink
Update spring boot to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent 283b091 commit b6d79a1
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.0.6"
id("org.springframework.boot") version "3.1.2"
id("org.jetbrains.kotlin.jvm") version "1.9.0"
id("org.jetbrains.kotlin.plugin.spring") version "1.9.0"
}
Expand All @@ -12,7 +12,7 @@ repositories {
java.sourceCompatibility = JavaVersion.VERSION_17

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

0 comments on commit b6d79a1

Please sign in to comment.