Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
koenighotze committed Jan 23, 2024
1 parent 71aa803 commit 9c83694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dependencies {
testImplementation("io.rest-assured:rest-assured:5.4.0")
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(module = "mockito-core")
exclude(module = "json-path", group = "com.jayway.jsonpath")
}
testImplementation(group = "org.wiremock", name = "wiremock-standalone", version = "3.3.1")
testImplementation("org.springframework.boot:spring-boot-testcontainers")
Expand Down

0 comments on commit 9c83694

Please sign in to comment.