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 84cbe46182b39564924c05cc0a5ce797370841b3 Author: Andriy Redko <[email protected]> AuthorDate: Mon May 1 13:45:06 2023 -0400 Revert "Bump cxf.maven.core.version from 3.6.3 to 3.9.1 (#1194)" This reverts commit a800acea3171118cdfb058bcb942e31d7bfd9b82. --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index afded8ea1f..596eafb1f7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -168,11 +168,11 @@ <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version> <cxf.lucene.version>9.5.0</cxf.lucene.version> <cxf.maven.core.version>3.9.1</cxf.maven.core.version> - <cxf.micrometer.version>1.10.6</cxf.micrometer.version> + <cxf.micrometer.version>1.9.10</cxf.micrometer.version> <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version> <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.2.1</cxf.mina.version> + <cxf.mina.version>2.1.5</cxf.mina.version> <cxf.mockito.version>5.3.1</cxf.mockito.version> <cxf.msv.version>2022.7</cxf.msv.version> <cxf.neethi.version>3.2.0</cxf.neethi.version>
