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
The following commit(s) were added to refs/heads/main by this push:
new a5680ea92d Bump cxf.micrometer.version from 1.14.4 to 1.14.5 (#2314)
a5680ea92d is described below
commit a5680ea92dd9754fe6dd319a4ca4cd225ed6bba5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 11 19:48:34 2025 -0400
Bump cxf.micrometer.version from 1.14.4 to 1.14.5 (#2314)
Bumps `cxf.micrometer.version` from 1.14.4 to 1.14.5.
Updates `io.micrometer:micrometer-core` from 1.14.4 to 1.14.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.4...v1.14.5)
Updates `io.micrometer:micrometer-observation` from 1.14.4 to 1.14.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.4...v1.14.5)
Updates `io.micrometer:micrometer-test` from 1.14.4 to 1.14.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.4...v1.14.5)
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.micrometer:micrometer-observation
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.micrometer:micrometer-test
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 3ade4b0a2d..39f0ef28c3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -175,7 +175,7 @@
<cxf.logback.classic.version>1.5.17</cxf.logback.classic.version>
<cxf.lucene.version>9.12.1</cxf.lucene.version>
<cxf.maven.core.version>3.9.8</cxf.maven.core.version>
- <cxf.micrometer.version>1.14.4</cxf.micrometer.version>
+ <cxf.micrometer.version>1.14.5</cxf.micrometer.version>
<cxf.micrometer-tracing.version>1.4.4</cxf.micrometer-tracing.version>
<cxf.microprofile.config.version>3.1</cxf.microprofile.config.version>
<cxf.microprofile.rest.client.version>3.0.1</cxf.microprofile.rest.client.version>