We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4b1c3 commit 59113adCopy full SHA for 59113ad
build.gradle.kts
@@ -205,7 +205,7 @@ dependencies {
205
integrationTestImplementation("org.testcontainers:oracle-free:$testcontainersVersion")
206
207
integrationTestImplementation("org.awaitility:awaitility:$awaitilityVersion")
208
- integrationTestImplementation("org.assertj:assertj-db:2.0.2")
+ integrationTestImplementation("org.assertj:assertj-db:3.0.0")
209
210
// Make test utils from 'test' available in 'integration-test'
211
integrationTestImplementation(sourceSets["test"].output)
0 commit comments