This is an automated email from the ASF dual-hosted git repository.
acosentino 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 444c6441bb1 Bump metrics-version from 4.2.21 to 4.2.22 (#12024)
444c6441bb1 is described below
commit 444c6441bb1ae1f9544315894aa2b23ab1eeca95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 17 11:55:59 2023 +0100
Bump metrics-version from 4.2.21 to 4.2.22 (#12024)
Bumps `metrics-version` from 4.2.21 to 4.2.22.
Updates `io.dropwizard.metrics:metrics-core` from 4.2.21 to 4.2.22
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.21...v4.2.22)
Updates `io.dropwizard.metrics:metrics-jmx` from 4.2.21 to 4.2.22
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.21...v4.2.22)
Updates `io.dropwizard.metrics:metrics-json` from 4.2.21 to 4.2.22
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.21...v4.2.22)
---
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 3c4eff06fe8..25a66736a4c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -332,7 +332,7 @@
<maven-surefire-report-plugin-version>3.1.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.21</metrics-version>
+ <metrics-version>4.2.22</metrics-version>
<micrometer-version>1.11.5</micrometer-version>
<micrometer-tracing-version>1.1.6</micrometer-tracing-version>
<microprofile-config-version>3.0.3</microprofile-config-version>