Skip to content

Commit 1fb4eaf

Browse files
fix(deps): update dependency org.springframework.boot:spring-boot-starter-test to v3.4.0
1 parent 2e9a84b commit 1fb4eaf

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.2.1")
3131
testImplementation("org.jetbrains.kotlin:kotlin-test")
3232
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
33-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.6")
33+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.0")
3434

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

0 commit comments

Comments
 (0)