We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afe5171 + 789c8a6 commit e930fa9Copy full SHA for e930fa9
1 file changed
build.gradle
@@ -86,8 +86,8 @@ dependencies {
86
testRuntimeOnly 'org.postgresql:postgresql'
87
88
// Additional test dependencies for improved testing
89
- testImplementation 'org.testcontainers:testcontainers:2.0.2'
90
- testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.2'
+ testImplementation 'org.testcontainers:testcontainers:2.0.3'
+ testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.3'
91
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
92
testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1'
93
testImplementation 'org.assertj:assertj-core:3.27.6'
0 commit comments