Skip to content

Commit

Permalink
Update dependency org.springframework.graphql:spring-graphql-test to …
Browse files Browse the repository at this point in the history
…v1.3.3
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 1f49e76 commit 0ce60f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
exclude(group = "org.assertj", module = "assertj-core")
}
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin")
testImplementation("org.springframework.graphql:spring-graphql-test:1.0.0-SNAPSHOT")
testImplementation("org.springframework.graphql:spring-graphql-test:1.3.3")
testImplementation("junit:junit:4.13.2")
testImplementation("io.projectreactor:reactor-test")
}
Expand Down

0 comments on commit 0ce60f1

Please sign in to comment.