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 4da5428 commit f3b3a31Copy full SHA for f3b3a31
build.gradle
@@ -49,6 +49,7 @@ buildscript {
49
parssonVersion = "1.1.7"
50
swaggerVersion = "2.1.34"
51
swaggerCoreVersion = "2.2.38"
52
+ awaitilityVersion= "4.3.0"
53
}
54
55
repositories {
@@ -256,7 +257,7 @@ dependencies {
256
257
testImplementation("org.junit.jupiter:junit-jupiter:${junitJupiterVersion}")
258
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${versions.jackson_databind}")
259
- testImplementation 'org.awaitility:awaitility:4.3.0'
260
+ testImplementation "org.awaitility:awaitility:${awaitlityVersion}"
261
262
// ZipArchive dependencies used for integration tests
263
zipArchive("org.opensearch.plugin:opensearch-job-scheduler:${opensearch_build}")
0 commit comments