Skip to content

Commit

Permalink
Merge pull request #235 from lsd-consulting/dependabot/gradle/other-d…
Browse files Browse the repository at this point in the history
…ependencies-77e2e2653c
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
2 parents 8056102 + 401e9a1 commit 8eeb646
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ dependencies {
mongoComponentTestImplementation("org.junit.jupiter:junit-jupiter-api") {
because("we want to use JUnit 5")
}
mongoComponentTestImplementation("org.testcontainers:junit-jupiter:1.20.3")
mongoComponentTestImplementation("org.testcontainers:mongodb:1.20.3") {
mongoComponentTestImplementation("org.testcontainers:junit-jupiter:1.20.4")
mongoComponentTestImplementation("org.testcontainers:mongodb:1.20.4") {
because("we want to test against a real MongoDb in Docker")
}
mongoComponentTestImplementation("com.approvaltests:approvaltests:24.9.0")
Expand All @@ -175,9 +175,9 @@ dependencies {
postgresComponentTestImplementation("org.junit.jupiter:junit-jupiter-api") {
because("we want to use JUnit 5")
}
postgresComponentTestImplementation("org.testcontainers:postgresql:1.20.3")
postgresComponentTestImplementation("org.testcontainers:junit-jupiter:1.20.3")
postgresComponentTestImplementation("org.testcontainers:postgresql:1.20.3")
postgresComponentTestImplementation("org.testcontainers:postgresql:1.20.4")
postgresComponentTestImplementation("org.testcontainers:junit-jupiter:1.20.4")
postgresComponentTestImplementation("org.testcontainers:postgresql:1.20.4")

postgresComponentTestImplementation("com.approvaltests:approvaltests:24.9.0")
postgresComponentTestImplementation("com.natpryce:hamkrest:1.8.0.1") {
Expand Down

0 comments on commit 8eeb646

Please sign in to comment.