This is an automated email from the ASF dual-hosted git repository.
merlimat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 02c9de175cd [improve][test] Upgrade Mockito to 5.23.0 (#25667)
02c9de175cd is described below
commit 02c9de175cdc8b9b3eb2e1fb2c9215b31bc3196f
Author: Lari Hotari <[email protected]>
AuthorDate: Tue May 5 02:53:28 2026 +0300
[improve][test] Upgrade Mockito to 5.23.0 (#25667)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 63be8484801..05e4a275c00 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -146,7 +146,7 @@ checkerframework = "3.33.0"
jsr305 = "3.0.2"
# Test
testng = "7.7.1"
-mockito = "5.19.0"
+mockito = "5.23.0"
awaitility = "4.2.0"
assertj = "3.27.7"
hamcrest = "2.2"