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 fd8098bb42a Upgrade jolokia 2.0.1 fd8098bb42a is described below commit fd8098bb42a5d469a9f0df2090b19b6ef6f6a62a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Jan 28 08:57:30 2024 +0100 Upgrade jolokia 2.0.1 --- .../camel/component/platform/http/main/MainHttpServerJolokiaTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/MainHttpServerJolokiaTest.java b/components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/MainHttpServerJolokiaTest.java index b328dbcb694..8da4c2b179d 100644 --- a/components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/MainHttpServerJolokiaTest.java +++ b/components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/MainHttpServerJolokiaTest.java @@ -69,7 +69,7 @@ class MainHttpServerJolokiaTest { assertEquals(200, response.statusCode()); assertEquals("version", type); - assertEquals("2.0.0", agentVersion); + assertEquals("2.0.1", agentVersion); } }