This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-4.8.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.8.x by this push: new 83f51112766 Remove jolokia-version from camel-spring-boot in favor of version from camel/parent.xml (#1295) 83f51112766 is described below commit 83f51112766e39969cbfa1b3455d3647cb55052a Author: Tom Cunningham <tcunn...@redhat.com> AuthorDate: Mon Nov 25 02:55:23 2024 -0500 Remove jolokia-version from camel-spring-boot in favor of version from camel/parent.xml (#1295) --- pom.xml | 1 - tooling/camel-spring-boot-dependencies/pom.xml | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index f6edcd35062..3c31a60454a 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,6 @@ <surefire.version>${maven-surefire-plugin-version}</surefire.version> <swagger-parser-v3-version>2.1.10</swagger-parser-v3-version> <cyclonedx-maven-plugin-version>2.8.1</cyclonedx-maven-plugin-version> - <jolokia-version>2.1.1</jolokia-version> </properties> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 63fa810d764..c9518d2fa70 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -220,27 +220,27 @@ <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-commons</artifactId> - <version>1.13.6</version> + <version>1.13.8</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-observation</artifactId> - <version>1.13.6</version> + <version>1.13.8</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-jmx</artifactId> - <version>1.13.6</version> + <version>1.13.8</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> - <version>1.13.6</version> + <version>1.13.8</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-tracing</artifactId> - <version>1.3.5</version> + <version>1.3.6</version> </dependency> <dependency> <groupId>net.bytebuddy</groupId>