You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/08/24 08:33:19 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7238] Upgrade to jolokia 1.7.0

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 83dbe60  [KARAF-7238] Upgrade to jolokia 1.7.0
83dbe60 is described below

commit 83dbe60302930a3aac0124d1322b7077413b311e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Aug 18 15:19:31 2021 +0200

    [KARAF-7238] Upgrade to jolokia 1.7.0
    
    (cherry picked from commit aab6805942b7f85bfa8d5725c35862a6f469840d)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ac958f6..07ee2a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
         <dom4j.bundle.version>1.6.1_5</dom4j.bundle.version>
         <eclipselink.version>2.7.8</eclipselink.version>
         <jasypt.bundle.version>1.9.3_1</jasypt.bundle.version>
-        <jolokia.version>1.6.2</jolokia.version>
+        <jolokia.version>1.7.0</jolokia.version>
         <serp.bundle.version>1.15.1_1</serp.bundle.version>
         <servlet.spec.groupId>javax.servlet</servlet.spec.groupId>
         <servlet.spec.artifactId>javax.servlet-api</servlet.spec.artifactId>