Skip to content

Commit c1415f9

Browse files
authored
Merge pull request #288 from devondragon/dependabot/gradle/org.testcontainers-testcontainers-junit-jupiter-2.0.4
chore(deps): bump org.testcontainers:testcontainers-junit-jupiter from 2.0.3 to 2.0.4
2 parents c0baf47 + 145cd1e commit c1415f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ dependencies {
8989
testRuntimeOnly 'org.postgresql:postgresql'
9090

9191
// Additional test dependencies for improved testing
92-
testImplementation 'org.testcontainers:testcontainers:2.0.3'
93-
testImplementation 'org.testcontainers:testcontainers-junit-jupiter:2.0.3'
94-
testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.3'
95-
testImplementation 'org.testcontainers:testcontainers-postgresql:2.0.3'
92+
testImplementation 'org.testcontainers:testcontainers:2.0.4'
93+
testImplementation 'org.testcontainers:testcontainers-junit-jupiter:2.0.4'
94+
testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.4'
95+
testImplementation 'org.testcontainers:testcontainers-postgresql:2.0.4'
9696
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
9797
testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1'
9898
testImplementation 'org.assertj:assertj-core:3.27.7'

0 commit comments

Comments
 (0)