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 cacd110 commit 7b6b69eCopy full SHA for 7b6b69e
docs-examples/example-groovy/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation 'io.projectreactor:reactor-core'
17
testImplementation "io.micronaut.beanvalidation:micronaut-hibernate-validator"
18
testCompileOnly "io.micronaut:micronaut-inject-groovy"
19
- testImplementation "org.testcontainers:spock:1.17.1"
+ testImplementation "org.testcontainers:spock:1.17.2"
20
testImplementation("org.spockframework:spock-core") {
21
exclude group: "org.codehaus.groovy", module: "groovy-all"
22
}
0 commit comments