This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 34ae9fa Upgrade Jolokia to version 1.6.2 34ae9fa is described below commit 34ae9faf302c8625eaaeb4cd4a918898124af58d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jun 20 16:05:00 2019 +0200 Upgrade Jolokia to version 1.6.2 --- examples/camel-example-spring-boot-metrics/pom.xml | 1 + parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/camel-example-spring-boot-metrics/pom.xml b/examples/camel-example-spring-boot-metrics/pom.xml index 9abc109..651a08a 100644 --- a/examples/camel-example-spring-boot-metrics/pom.xml +++ b/examples/camel-example-spring-boot-metrics/pom.xml @@ -78,6 +78,7 @@ <dependency> <groupId>org.jolokia</groupId> <artifactId>jolokia-core</artifactId> + <version>${jolokia-version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/parent/pom.xml b/parent/pom.xml index 8a59c73..0499864 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -395,7 +395,7 @@ <jodatime-bundle-version>1.6.2</jodatime-bundle-version> <jodatime2-bundle-version>2.10.1</jodatime2-bundle-version> <jota-version>1.0.0-beta3</jota-version> - <jolokia-version>1.6.1</jolokia-version> + <jolokia-version>1.6.2</jolokia-version> <jolt-version>0.1.1</jolt-version> <jolt-bundle-version>0.1.1_1</jolt-bundle-version> <jool-version>0.9.12</jool-version>