Skip to content

Commit 77f034c

Browse files
Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 (#5362)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1717ee commit 77f034c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919
- Bump `guava_version` from 33.4.6-jre to 33.4.8-jre ([#5284](https://github.com/opensearch-project/security/pull/5284))
2020
- Bump `spring_version` from 6.2.5 to 6.2.7 ([#5283](https://github.com/opensearch-project/security/pull/5283), [#5345](https://github.com/opensearch-project/security/pull/5345))
2121
- Bump `com.google.errorprone:error_prone_annotations` from 2.37.0 to 2.38.0 ([#5285](https://github.com/opensearch-project/security/pull/5285))
22-
- Bump `org.mockito:mockito-core` from 5.15.2 to 5.17.0 ([#5296](https://github.com/opensearch-project/security/pull/5296))
22+
- Bump `org.mockito:mockito-core` from 5.15.2 to 5.18.0 ([#5296](https://github.com/opensearch-project/security/pull/5296), [#5362](https://github.com/opensearch-project/security/pull/5362))
2323
- Bump `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.8.2 to 2.8.3 ([#5294](https://github.com/opensearch-project/security/pull/5294))
2424
- Bump `org.ow2.asm:asm` from 9.7.1 to 9.8 ([#5293](https://github.com/opensearch-project/security/pull/5293))
2525
- Bump `commons-codec:commons-codec` from 1.16.1 to 1.18.0 ([#5295](https://github.com/opensearch-project/security/pull/5295))

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ configurations {
484484
force "commons-io:commons-io:2.19.0"
485485
force "com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3"
486486
force "org.hamcrest:hamcrest:2.2"
487-
force "org.mockito:mockito-core:5.17.0"
487+
force "org.mockito:mockito-core:5.18.0"
488488
force "net.bytebuddy:byte-buddy:1.17.5"
489489
force "org.ow2.asm:asm:9.8"
490490
force "com.google.j2objc:j2objc-annotations:3.0.0"
@@ -515,7 +515,7 @@ allprojects {
515515
testImplementation 'org.hamcrest:hamcrest:2.2'
516516
testImplementation 'junit:junit:4.13.2'
517517
testImplementation "org.opensearch:opensearch:${opensearch_version}"
518-
testImplementation "org.mockito:mockito-core:5.17.0"
518+
testImplementation "org.mockito:mockito-core:5.18.0"
519519

520520
//integration test framework:
521521
integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3') {
@@ -542,7 +542,7 @@ allprojects {
542542
integrationTestImplementation "org.apache.httpcomponents:fluent-hc:4.5.14"
543543
integrationTestImplementation "org.apache.httpcomponents:httpcore:4.4.16"
544544
integrationTestImplementation "org.apache.httpcomponents:httpasyncclient:4.1.5"
545-
integrationTestImplementation "org.mockito:mockito-core:5.17.0"
545+
integrationTestImplementation "org.mockito:mockito-core:5.18.0"
546546
integrationTestImplementation "org.passay:passay:1.6.6"
547547
integrationTestImplementation "org.opensearch:opensearch:${opensearch_version}"
548548
integrationTestImplementation "org.opensearch.plugin:transport-netty4-client:${opensearch_version}"

sample-resource-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ configurations.all {
6464
force 'org.apache.httpcomponents:httpcore:4.4.16'
6565
force 'commons-codec:commons-codec:1.18.0'
6666
force 'org.hamcrest:hamcrest:2.2'
67-
force 'org.mockito:mockito-core:5.17.0'
67+
force 'org.mockito:mockito-core:5.18.0'
6868
}
6969
}
7070

0 commit comments

Comments
 (0)