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 eb5a7bda8c Bump cxf.micrometer.version from 1.13.5 to 1.13.6 (#2108)
eb5a7bda8c is described below
commit eb5a7bda8c1c8fc10e9fa1ac12a61b5c841bbc6c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 15 11:19:58 2024 -0400
Bump cxf.micrometer.version from 1.13.5 to 1.13.6 (#2108)
Bumps `cxf.micrometer.version` from 1.13.5 to 1.13.6.
Updates `io.micrometer:micrometer-core` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.5...v1.13.6)
Updates `io.micrometer:micrometer-observation` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.5...v1.13.6)
Updates `io.micrometer:micrometer-test` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.5...v1.13.6)
---
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 544e22c81b..449e4a1920 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -177,7 +177,7 @@
<cxf.logback.classic.version>1.5.10</cxf.logback.classic.version>
<cxf.lucene.version>9.12.0</cxf.lucene.version>
<cxf.maven.core.version>3.9.8</cxf.maven.core.version>
- <cxf.micrometer.version>1.13.5</cxf.micrometer.version>
+ <cxf.micrometer.version>1.13.6</cxf.micrometer.version>
<cxf.micrometer-tracing.version>1.3.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>