Skip to content

Commit 48bbdd3

Browse files
fix(deps): update dependency org.springframework.boot:spring-boot-starter-test to v4
1 parent 70f36aa commit 48bbdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation("com.expediagroup:graphql-kotlin-spring-client:8.8.1")
3131
testImplementation("org.jetbrains.kotlin:kotlin-test")
3232
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
33-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.6")
33+
testImplementation("org.springframework.boot:spring-boot-starter-test:4.0.0")
3434

3535
graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:8.8.1")
3636
}

0 commit comments

Comments
 (0)