This is an automated email from the ASF dual-hosted git repository.
Croway 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 f04c87796e5c chore(deps): Bump metrics-version from 4.2.39 to 4.2.40
f04c87796e5c is described below
commit f04c87796e5c9af53d152afe8acb7be2cbbefc4f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 00:34:48 2026 +0000
chore(deps): Bump metrics-version from 4.2.39 to 4.2.40
Bumps `metrics-version` from 4.2.39 to 4.2.40.
Updates `io.dropwizard.metrics:metrics-core` from 4.2.39 to 4.2.40
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.39...v4.2.40)
Updates `io.dropwizard.metrics:metrics-jmx` from 4.2.39 to 4.2.40
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.39...v4.2.40)
Updates `io.dropwizard.metrics:metrics-json` from 4.2.39 to 4.2.40
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.39...v4.2.40)
---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-core
dependency-version: 4.2.40
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-jmx
dependency-version: 4.2.40
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-json
dependency-version: 4.2.40
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 5daaf5573204..46b6ee1e4035 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -389,7 +389,7 @@
<maven-surefire-report-plugin-version>3.5.6</maven-surefire-report-plugin-version>
<maven-wagon-version>3.5.2</maven-wagon-version>
<maven-war-plugin-version>3.5.1</maven-war-plugin-version>
- <metrics-version>4.2.39</metrics-version>
+ <metrics-version>4.2.40</metrics-version>
<micrometer-version>1.17.1</micrometer-version>
<micrometer-tracing-version>1.7.1</micrometer-tracing-version>
<microprofile-config-version>3.1.1</microprofile-config-version>