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/12/16 14:05:17 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7296] Bump Jolokia to 1.7.1

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

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


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 2982473  [KARAF-7296] Bump Jolokia to 1.7.1
2982473 is described below

commit 298247363c3afa2ef1dacf746d8065f33ce427c2
Author: Stephen Kitt <sk...@redhat.com>
AuthorDate: Wed Dec 15 13:27:32 2021 +0100

    [KARAF-7296] Bump Jolokia to 1.7.1
    
    Changes: https://jolokia.org/changes-report.html#a1.7.1
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>
    
    (cherry picked from commit b1030369f29b93ea677401a4defb8c96da17fa17)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a8b94f..62f87b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
         <commons-io.version>2.11.0</commons-io.version>
         <eclipselink.version>2.7.8</eclipselink.version>
         <jasypt.bundle.version>1.9.3_1</jasypt.bundle.version>
-        <jolokia.version>1.7.0</jolokia.version>
+        <jolokia.version>1.7.1</jolokia.version>
         <servlet.spec.groupId>javax.servlet</servlet.spec.groupId>
         <servlet.spec.artifactId>javax.servlet-api</servlet.spec.artifactId>
         <servlet.spec.version>3.1.0</servlet.spec.version>