Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent d8691df commit b94a611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateTestClientTas
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.1.5"
id("org.springframework.boot") version "3.2.4"
kotlin("jvm") version "1.9.23"
kotlin("plugin.spring") version "1.9.23"

Expand All @@ -30,7 +30,7 @@ dependencies {
testImplementation("com.expediagroup:graphql-kotlin-spring-client:7.1.0")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.5")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.4")

graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:7.1.0")
}
Expand Down

0 comments on commit b94a611

Please sign in to comment.