diff --git a/build.gradle b/build.gradle index 267e58c76..38bdfef1d 100644 --- a/build.gradle +++ b/build.gradle @@ -159,7 +159,7 @@ dependencies { testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2' // jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests) testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.1' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2' testImplementation "org.opensearch:opensearch-core:${opensearch_version}" testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")