This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit c8fcbb8cb9cfeeeab87efa1c8608950f01b6d82c Author: Andriy Redko <[email protected]> AuthorDate: Wed Apr 20 17:00:29 2022 -0400 Update Mockito to 4.5.0 (cherry picked from commit 1fc029cfe60cda04d2ecee8723e1b460b3f419f4) (cherry picked from commit 113be698b23b9fa2bf1b09847278ddca3638d601) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index b88f832440..86fb816e28 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -174,7 +174,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.4.0</cxf.mockito.version> + <cxf.mockito.version>4.5.0</cxf.mockito.version> <cxf.msv.version>2013.6.1</cxf.msv.version> <cxf.neethi.version>3.1.1</cxf.neethi.version> <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
