You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/03/20 09:31:45 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.jolokia:jolokia-agent-jvm from 2.0.1 to 2.0.2

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e6818e1 build(deps): bump org.jolokia:jolokia-agent-jvm from 2.0.1 to 2.0.2
3e6818e1 is described below

commit 3e6818e1bdd6d3dbd67b8f19053bd06ea373144e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 19 23:39:24 2024 +0000

    build(deps): bump org.jolokia:jolokia-agent-jvm from 2.0.1 to 2.0.2
    
    Bumps org.jolokia:jolokia-agent-jvm from 2.0.1 to 2.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.jolokia:jolokia-agent-jvm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 support/camel-k-runtime-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index bccaec46..56966694 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -35,7 +35,7 @@
     <properties>
         <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         <project.build.outputTimestamp>1710891132</project.build.outputTimestamp>
-        <jolokia-version>2.0.1</jolokia-version>
+        <jolokia-version>2.0.2</jolokia-version>
         <maven-enforcer-plugin-version>3.4.1</maven-enforcer-plugin-version>
         <maven-version>3.8.6</maven-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>