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 f1f7237 commit ecd27b7Copy full SHA for ecd27b7
build.gradle
@@ -40,7 +40,7 @@ dependencies {
40
api "org.grails:grails-core"
41
api "org.grails.profiles:plugin"
42
api "org.grails:grails-gorm-testing-support"
43
- api("de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.2.0") {
+ api("de.flapdoodle.embed:de.flapdoodle.embed.mongo:4.7.2") {
44
exclude group: "commons-io"
45
exclude group: "org.apache.commons", module: "commons-lang3"
46
exclude group: "net.java.dev.jna"
0 commit comments