This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 485413b2c2f0f57e13ab4b91940334a5a3bebc01 Author: Andriy Redko <[email protected]> AuthorDate: Mon Jun 19 17:21:27 2023 -0400 Update Mockito to 5.4.0 (cherry picked from commit cb64c848003e2aa12ab8f12f34c6d0314495617e) # Conflicts: # parent/pom.xml --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0e14b536a5..ecb153c4fe 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>5.3.1</cxf.mockito.version> + <cxf.mockito.version>5.4.0</cxf.mockito.version> <cxf.msv.version>2022.7</cxf.msv.version> <cxf.neethi.version>3.2.0</cxf.neethi.version> <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
