Skip to content

Commit edef365

Browse files
authored
Merge pull request #196 from devondragon/dependabot/gradle/org.testcontainers-testcontainers-1.21.3
Bump org.testcontainers:testcontainers from 1.19.3 to 1.21.3
2 parents f27adea + 799f7e3 commit edef365

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
@@ -74,8 +74,8 @@ dependencies {
7474
testImplementation 'com.h2database:h2:2.3.232'
7575

7676
// Additional test dependencies for improved testing
77-
testImplementation 'org.testcontainers:testcontainers:1.19.3'
78-
testImplementation 'org.testcontainers:mariadb:1.19.3'
77+
testImplementation 'org.testcontainers:testcontainers:1.21.3'
78+
testImplementation 'org.testcontainers:mariadb:1.21.3'
7979
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
8080
testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0'
8181
testImplementation 'org.assertj:assertj-core:3.24.2'

0 commit comments

Comments
 (0)