Skip to content

Commit

Permalink
Merge pull request #188 from lsd-consulting/dependabot/gradle/other-d…
Browse files Browse the repository at this point in the history
…ependencies-762b3671f6
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
2 parents 02f50d0 + 291988f commit ac52b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {
mongoComponentTestImplementation("de.flapdoodle.embed:de.flapdoodle.embed.mongo:3.5.4") {
because("we want to run tests against a database")
}
mongoComponentTestImplementation("com.approvaltests:approvaltests:24.4.0")
mongoComponentTestImplementation("com.approvaltests:approvaltests:24.5.0")
mongoComponentTestImplementation("org.jeasy:easy-random-core:5.0.0")
mongoComponentTestImplementation("com.natpryce:hamkrest:1.8.0.1") {
because("we want to assert nicely")
Expand All @@ -176,7 +176,7 @@ dependencies {
postgresComponentTestImplementation("org.testcontainers:junit-jupiter:1.20.1")
postgresComponentTestImplementation("org.testcontainers:postgresql:1.20.1")

postgresComponentTestImplementation("com.approvaltests:approvaltests:24.4.0")
postgresComponentTestImplementation("com.approvaltests:approvaltests:24.5.0")
postgresComponentTestImplementation("com.natpryce:hamkrest:1.8.0.1") {
because("we want to assert nicely")
}
Expand Down

0 comments on commit ac52b6b

Please sign in to comment.