Skip to content

Commit

Permalink
fix(deps): update spring boot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2023
1 parent 2e620bf commit 8c1b7d6
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 "2.7.11"
id("org.springframework.boot") version "3.0.6"
kotlin("jvm") version "1.8.21"
kotlin("plugin.spring") version "1.8.21"

Expand Down Expand Up @@ -31,7 +31,7 @@ dependencies {
testImplementation("com.expediagroup:graphql-kotlin-spring-client:6.4.1")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.11")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.6")

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

0 comments on commit 8c1b7d6

Please sign in to comment.