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 5f596f0 commit b253377Copy full SHA for b253377
docs-examples/example-java/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
testImplementation "io.swagger.core.v3:swagger-annotations"
16
testImplementation 'io.projectreactor:reactor-core'
17
testImplementation "io.micronaut.beanvalidation:micronaut-hibernate-validator"
18
- testImplementation 'org.awaitility:awaitility:4.1.1'
+ testImplementation 'org.awaitility:awaitility:4.2.0'
19
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
20
testCompileOnly "io.micronaut:micronaut-inject-java"
21
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
0 commit comments