From 68c1c86897a59fcffa77bfecc06641326e5e5199 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 20 Jun 2023 18:02:25 -0400 Subject: [PATCH] Bump 'mockito' from 5.2.0 to 5.4.0 (#8181) Signed-off-by: Andriy Redko --- CHANGELOG.md | 1 + buildSrc/version.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961bc2978d4e1..cb67e56c7845f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,6 +107,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.networknt:json-schema-validator` from 1.0.83 to 1.0.84 (#8141) - Bump `com.netflix.nebula:gradle-info-plugin` from 12.1.3 to 12.1.4 (#8139) - Bump `commons-io:commons-io` from 2.12.0 to 2.13.0 in /plugins/discovery-azure-classic ([#8140](https://github.com/opensearch-project/OpenSearch/pull/8140)) +- Bump `mockito` from 5.2.0 to 5.4.0 ([#8181](https://github.com/opensearch-project/OpenSearch/pull/8181)) ### Changed - Replace jboss-annotations-api_1.2_spec with jakarta.annotation-api ([#7836](https://github.com/opensearch-project/OpenSearch/pull/7836)) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 33fad06328b80..84d3b2b814430 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -53,7 +53,7 @@ bouncycastle=1.70 randomizedrunner = 2.7.1 junit = 4.13.2 hamcrest = 2.1 -mockito = 5.2.0 +mockito = 5.4.0 objenesis = 3.2 bytebuddy = 1.14.3