@@ -502,7 +502,7 @@ configurations {
502
502
force " commons-io:commons-io:2.18.0"
503
503
force " com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2"
504
504
force " org.hamcrest:hamcrest:2.2"
505
- force " org.mockito:mockito-core:5.16.0 "
505
+ force " org.mockito:mockito-core:5.16.1 "
506
506
force " net.bytebuddy:byte-buddy:1.15.11"
507
507
force " org.ow2.asm:asm:9.7.1"
508
508
force " com.google.j2objc:j2objc-annotations:3.0.0"
@@ -524,7 +524,7 @@ allprojects {
524
524
testImplementation ' org.hamcrest:hamcrest:2.2'
525
525
testImplementation ' junit:junit:4.13.2'
526
526
testImplementation " org.opensearch:opensearch:${ opensearch_version} "
527
- testImplementation " org.mockito:mockito-core:5.16.0 "
527
+ testImplementation " org.mockito:mockito-core:5.16.1 "
528
528
529
529
// integration test framework:
530
530
integrationTestImplementation(' com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2' ) {
@@ -551,7 +551,7 @@ allprojects {
551
551
integrationTestImplementation " org.apache.httpcomponents:fluent-hc:4.5.14"
552
552
integrationTestImplementation " org.apache.httpcomponents:httpcore:4.4.16"
553
553
integrationTestImplementation " org.apache.httpcomponents:httpasyncclient:4.1.5"
554
- integrationTestImplementation " org.mockito:mockito-core:5.16.0 "
554
+ integrationTestImplementation " org.mockito:mockito-core:5.16.1 "
555
555
integrationTestImplementation " org.passay:passay:1.6.6"
556
556
integrationTestImplementation " org.opensearch:opensearch:${ opensearch_version} "
557
557
integrationTestImplementation " org.opensearch.plugin:transport-netty4-client:${ opensearch_version} "
0 commit comments