This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.0.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 901d5399c96b1b52469eaa217d896af4ba13d70d Author: Andriy Redko <[email protected]> AuthorDate: Wed Dec 10 15:14:03 2025 -0500 Update Mockito to 5.21.0 (cherry picked from commit a08e0296c721a0f9989ca09fd8c5343b69c77f5e) (cherry picked from commit 082fe1dcb86939feb17bca4cb9a7e4a817de0dd5) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 34f4f242df..a4200000fe 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -183,7 +183,7 @@ <cxf.microprofile.rest.client.version>3.0.1</cxf.microprofile.rest.client.version> <cxf.microprofile.openapi.version>3.0</cxf.microprofile.openapi.version> <cxf.mina.version>2.2.4</cxf.mina.version> - <cxf.mockito.version>5.20.0</cxf.mockito.version> + <cxf.mockito.version>5.21.0</cxf.mockito.version> <cxf.msv.version>2022.7</cxf.msv.version> <cxf.neethi.version>3.2.1</cxf.neethi.version> <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
