Skip to content

Commit 7a6f8b0

Browse files
authored
Bump mockito & bytebuddy dependencies (opensearch-project#12720)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 91582e7 commit 7a6f8b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

buildSrc/version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ bouncycastle=1.77
5555
randomizedrunner = 2.7.1
5656
junit = 4.13.2
5757
hamcrest = 2.1
58-
mockito = 5.10.0
58+
mockito = 5.11.0
5959
objenesis = 3.2
60-
bytebuddy = 1.14.7
60+
bytebuddy = 1.14.9
6161

6262
# benchmark dependencies
6363
jmh = 1.35

server/src/test/java/org/opensearch/transport/RemoteClusterClientTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public void tearDown() throws Exception {
6363
ThreadPool.terminate(threadPool, 10, TimeUnit.SECONDS);
6464
}
6565

66+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/12338")
6667
public void testConnectAndExecuteRequest() throws Exception {
6768
Settings remoteSettings = Settings.builder().put(ClusterName.CLUSTER_NAME_SETTING.getKey(), "foo_bar_cluster").build();
6869
try (

0 commit comments

Comments
 (0)