We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926b2e1 commit 3f64b21Copy full SHA for 3f64b21
build.gradle
@@ -160,7 +160,7 @@ dependencies {
160
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
161
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
162
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
163
- testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
164
testImplementation "org.opensearch:opensearch-core:${opensearch_version}"
165
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
166
testCompileOnly 'junit:junit:4.13.2'
0 commit comments