diff --git a/build.gradle b/build.gradle index 12f5a2683..6083a0161 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +161,7 @@ dependencies { // jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests) testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + 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.10.0") testCompileOnly 'junit:junit:4.13.2'