diff --git a/build.gradle b/build.gradle index b36ac0891..bcf8705f0 100644 --- a/build.gradle +++ b/build.gradle @@ -191,9 +191,9 @@ dependencies { testImplementation 'net.bytebuddy:byte-buddy-agent:1.18.4' 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.14.2' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.14.2' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.14.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.14.3' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.14.3' testImplementation "org.opensearch:opensearch-core:${opensearch_version}" testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.2") testCompileOnly 'junit:junit:4.13.2'