Skip to content

Commit febe8c7

Browse files
authored
Bump mockito from 5.11.0 to 5.12.0 (opensearch-project#13665)
* Bump mockito from 5.11.0 to 5.12.0 Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent c8449e5 commit febe8c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1616
- Bump `org.hdrhistogram:HdrHistogram` from 2.1.12 to 2.2.1 ([#13556](https://github.com/opensearch-project/OpenSearch/pull/13556))
1717
- Bump `com.gradle.enterprise` from 3.17.2 to 3.17.3 ([#13641](https://github.com/opensearch-project/OpenSearch/pull/13641))
1818
- Bump `org.apache.hadoop:hadoop-minicluster` from 3.3.6 to 3.4.0 ([#13642](https://github.com/opensearch-project/OpenSearch/pull/13642))
19+
- Bump `mockito` from 5.11.0 to 5.12.0 ([#13665](https://github.com/opensearch-project/OpenSearch/pull/13665))
1920

2021
### Changed
2122
- Add ability for Boolean and date field queries to run when only doc_values are enabled ([#11650](https://github.com/opensearch-project/OpenSearch/pull/11650))

buildSrc/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bouncycastle=1.78
5757
randomizedrunner = 2.7.1
5858
junit = 4.13.2
5959
hamcrest = 2.1
60-
mockito = 5.11.0
60+
mockito = 5.12.0
6161
objenesis = 3.2
6262
bytebuddy = 1.14.9
6363

0 commit comments

Comments
 (0)