Skip to content

Commit e930fa9

Browse files
authored
Merge pull request #240 from devondragon/dependabot/gradle/org.testcontainers-testcontainers-2.0.3
Bump org.testcontainers:testcontainers from 2.0.2 to 2.0.3
2 parents afe5171 + 789c8a6 commit e930fa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ dependencies {
8686
testRuntimeOnly 'org.postgresql:postgresql'
8787

8888
// Additional test dependencies for improved testing
89-
testImplementation 'org.testcontainers:testcontainers:2.0.2'
90-
testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.2'
89+
testImplementation 'org.testcontainers:testcontainers:2.0.3'
90+
testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.3'
9191
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
9292
testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1'
9393
testImplementation 'org.assertj:assertj-core:3.27.6'

0 commit comments

Comments
 (0)