Skip to content

Commit bc40428

Browse files
authored
Bump mockito and bytebuddy (opensearch-project#10022)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 91821c7 commit bc40428

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8585
- Bump OpenTelemetry from 1.26.0 to 1.30.1 ([#9950](https://github.com/opensearch-project/OpenSearch/pull/9950))
8686
- Bump `org.apache.commons:commons-compress` from 1.23.0 to 1.24.0 ([#9973, #9972](https://github.com/opensearch-project/OpenSearch/pull/9973, https://github.com/opensearch-project/OpenSearch/pull/9972))
8787
- Bump `com.google.cloud:google-cloud-core-http` from 2.21.1 to 2.23.0 ([#9971](https://github.com/opensearch-project/OpenSearch/pull/9971))
88+
- Bump `mockito` from 5.4.0 to 5.5.0 ([#10022](https://github.com/opensearch-project/OpenSearch/pull/10022))
89+
- Bump `bytebuddy` from 1.14.3 to 1.14.7 ([#10022](https://github.com/opensearch-project/OpenSearch/pull/10022))
8890

8991
### Changed
9092
- Add instrumentation in rest and network layer. ([#9415](https://github.com/opensearch-project/OpenSearch/pull/9415))

buildSrc/version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ bouncycastle=1.75
5353
randomizedrunner = 2.7.1
5454
junit = 4.13.2
5555
hamcrest = 2.1
56-
mockito = 5.4.0
56+
mockito = 5.5.0
5757
objenesis = 3.2
58-
bytebuddy = 1.14.3
58+
bytebuddy = 1.14.7
5959

6060
# benchmark dependencies
6161
jmh = 1.35

0 commit comments

Comments
 (0)