This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 0c12c2611f3fe07666d5ec6332075246038ec11f Author: Andriy Redko <[email protected]> AuthorDate: Fri Jun 3 15:55:29 2022 -0400 Update Mockito to 4.6.1 (cherry picked from commit c9be0ce8e073ab1db0aa6c6a1e64446b6fc13069) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0751d30cc9..1cd43b314a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -172,7 +172,7 @@ <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version> <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version> <cxf.mina.version>2.1.5</cxf.mina.version> - <cxf.mockito.version>4.6.0</cxf.mockito.version> + <cxf.mockito.version>4.6.1</cxf.mockito.version> <cxf.msv.version>2013.6.1</cxf.msv.version> <cxf.neethi.version>3.2.0</cxf.neethi.version> <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
