This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 4e051b243371d5b4f1ee797c630e94fc735e5f46 Author: Andriy Redko <[email protected]> AuthorDate: Thu Aug 20 17:27:09 2026 -0400 Update Micrometer Tracing to 1.7.1 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5e547b46fb2..d424a1d5fef 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -182,7 +182,7 @@ <cxf.lucene.version>10.5.0</cxf.lucene.version> <cxf.maven.core.version>3.9.16</cxf.maven.core.version> <cxf.micrometer.version>1.17.1</cxf.micrometer.version> - <cxf.micrometer-tracing.version>1.7.0</cxf.micrometer-tracing.version> + <cxf.micrometer-tracing.version>1.7.1</cxf.micrometer-tracing.version> <cxf.microprofile.config.version>3.1.1</cxf.microprofile.config.version> <cxf.microprofile.rest.client.version>4.0</cxf.microprofile.rest.client.version> <cxf.microprofile.openapi.version>4.1.1</cxf.microprofile.openapi.version>
