Skip to content

Commit df217ee

Browse files
Merge remote-tracking branch 'upstream/main' into resource-sharing-spi
2 parents aac9724 + bd7985d commit df217ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ configurations {
502502
force "commons-io:commons-io:2.18.0"
503503
force "com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2"
504504
force "org.hamcrest:hamcrest:2.2"
505-
force "org.mockito:mockito-core:5.16.0"
505+
force "org.mockito:mockito-core:5.16.1"
506506
force "net.bytebuddy:byte-buddy:1.15.11"
507507
force "org.ow2.asm:asm:9.7.1"
508508
force "com.google.j2objc:j2objc-annotations:3.0.0"
@@ -524,7 +524,7 @@ allprojects {
524524
testImplementation 'org.hamcrest:hamcrest:2.2'
525525
testImplementation 'junit:junit:4.13.2'
526526
testImplementation "org.opensearch:opensearch:${opensearch_version}"
527-
testImplementation "org.mockito:mockito-core:5.16.0"
527+
testImplementation "org.mockito:mockito-core:5.16.1"
528528

529529
//integration test framework:
530530
integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2') {
@@ -551,7 +551,7 @@ allprojects {
551551
integrationTestImplementation "org.apache.httpcomponents:fluent-hc:4.5.14"
552552
integrationTestImplementation "org.apache.httpcomponents:httpcore:4.4.16"
553553
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"
555555
integrationTestImplementation "org.passay:passay:1.6.6"
556556
integrationTestImplementation "org.opensearch:opensearch:${opensearch_version}"
557557
integrationTestImplementation "org.opensearch.plugin:transport-netty4-client:${opensearch_version}"

0 commit comments

Comments
 (0)