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.git


The following commit(s) were added to refs/heads/main by this push:
     new 262a8dfaf76 Upgrade to Jolokia 2.0.3
262a8dfaf76 is described below

commit 262a8dfaf763954395a9b292c8da344ec1b17a7b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jun 6 15:58:22 2024 +0200

    Upgrade to Jolokia 2.0.3
---
 .../platform/http/plugin/DefaultJolokiaPlatformHttpPluginTest.java      | 2 +-
 parent/pom.xml                                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-platform-http-jolokia/src/test/java/org/apache/camel/component/platform/http/plugin/DefaultJolokiaPlatformHttpPluginTest.java
 
b/components/camel-platform-http-jolokia/src/test/java/org/apache/camel/component/platform/http/plugin/DefaultJolokiaPlatformHttpPluginTest.java
index 4d7c73e8c32..19a9d34e5bf 100644
--- 
a/components/camel-platform-http-jolokia/src/test/java/org/apache/camel/component/platform/http/plugin/DefaultJolokiaPlatformHttpPluginTest.java
+++ 
b/components/camel-platform-http-jolokia/src/test/java/org/apache/camel/component/platform/http/plugin/DefaultJolokiaPlatformHttpPluginTest.java
@@ -54,7 +54,7 @@ public class DefaultJolokiaPlatformHttpPluginTest extends 
ContextTestSupport {
         String type = (String) request.get("type");
 
         assertEquals("version", type);
-        assertEquals("2.0.2", agentVersion);
+        assertEquals("2.0.3", agentVersion);
     }
 
     private PlatformHttpPluginRegistry resolvePlatformHttpPluginRegistry() {
diff --git a/parent/pom.xml b/parent/pom.xml
index a6dc0a5cf03..8444f0cd514 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -285,7 +285,7 @@
         <jira-rest-client-api-version>5.2.7</jira-rest-client-api-version>
         <libthrift-version>0.20.0</libthrift-version>
         <jodatime2-version>2.12.7</jodatime2-version>
-        <jolokia-version>2.0.2</jolokia-version>
+        <jolokia-version>2.0.3</jolokia-version>
         <jolt-version>0.1.8</jolt-version>
         <jool-version>0.9.15</jool-version>
         <jooq-version>3.19.9</jooq-version>

Reply via email to