We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f27adea + 799f7e3 commit edef365Copy full SHA for edef365
1 file changed
build.gradle
@@ -74,8 +74,8 @@ dependencies {
74
testImplementation 'com.h2database:h2:2.3.232'
75
76
// Additional test dependencies for improved testing
77
- testImplementation 'org.testcontainers:testcontainers:1.19.3'
78
- testImplementation 'org.testcontainers:mariadb:1.19.3'
+ testImplementation 'org.testcontainers:testcontainers:1.21.3'
+ testImplementation 'org.testcontainers:mariadb:1.21.3'
79
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
80
testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0'
81
testImplementation 'org.assertj:assertj-core:3.24.2'
0 commit comments