This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 93871b98aae chore(deps): Bump metrics-version from 4.2.28 to 4.2.29
(#16393)
93871b98aae is described below
commit 93871b98aae860e7406042e9b28e5d16a473e25b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 28 08:57:15 2024 +0100
chore(deps): Bump metrics-version from 4.2.28 to 4.2.29 (#16393)
Bumps `metrics-version` from 4.2.28 to 4.2.29.
Updates `io.dropwizard.metrics:metrics-core` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.28...v4.2.29)
Updates `io.dropwizard.metrics:metrics-jmx` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.28...v4.2.29)
Updates `io.dropwizard.metrics:metrics-json` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.28...v4.2.29)
---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-core
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-jmx
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-json
dependency-type: direct:production
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 a9ce39f62e9..adc4f07898b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -357,7 +357,7 @@
<maven-surefire-report-plugin-version>3.5.2</maven-surefire-report-plugin-version>
<maven-wagon-version>3.5.2</maven-wagon-version>
<maven-war-plugin-version>3.4.0</maven-war-plugin-version>
- <metrics-version>4.2.28</metrics-version>
+ <metrics-version>4.2.29</metrics-version>
<micrometer-version>1.14.1</micrometer-version>
<micrometer-tracing-version>1.4.0</micrometer-tracing-version>
<microprofile-config-version>3.1</microprofile-config-version>