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 85684e1 commit 4d0338aCopy full SHA for 4d0338a
examples/grace-mongodb/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
runtimeOnly "org.graceframework.plugins:fields"
17
18
testImplementation "org.graceframework:grace-test-support"
19
- // testImplementation "org.testcontainers:mongodb:1.19.0"
+ testImplementation "org.testcontainers:mongodb:1.19.8"
20
21
testImplementation "org.graceframework.plugins:geb"
22
testImplementation "org.seleniumhq.selenium:selenium-remote-driver:$seleniumVersion"
0 commit comments