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 c92c0a3 commit 8b8c43fCopy full SHA for 8b8c43f
docs-examples/example-groovy/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
testImplementation "io.swagger.core.v3:swagger-annotations"
11
testImplementation "io.micronaut.beanvalidation:micronaut-hibernate-validator"
12
testCompileOnly "io.micronaut:micronaut-inject-groovy"
13
- testImplementation "org.testcontainers:spock:1.15.3"
+ testImplementation "org.testcontainers:spock:1.16.0"
14
testImplementation("org.spockframework:spock-core") {
15
exclude group: "org.codehaus.groovy", module: "groovy-all"
16
}
0 commit comments