We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9d1a3 commit 2530f57Copy full SHA for 2530f57
build.gradle
@@ -159,7 +159,7 @@ dependencies {
159
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
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'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.0'
163
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
164
testImplementation "org.opensearch:opensearch-core:${opensearch_version}"
165
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
0 commit comments