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-spring-boot-examples.git
commit d6deabfe3b10ed21fb359eeb1b8fcb4b048688e3 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed May 29 11:28:56 2024 +0200 Upgrade to SB 3.3.0 --- metrics/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metrics/pom.xml b/metrics/pom.xml index 98b3de9..94440cc 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -88,10 +88,12 @@ <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> + <version>${metrics-version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-graphite</artifactId> + <version>${metrics-version}</version> </dependency> </dependencies>