This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new aab6805 [KARAF-7238] Upgrade to jolokia 1.7.0
new 226d15e Merge pull request #1420 from jbonofre/KARAF-7238
aab6805 is described below
commit aab6805942b7f85bfa8d5725c35862a6f469840d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Aug 18 15:19:31 2021 +0200
[KARAF-7238] Upgrade to jolokia 1.7.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5b97791..cb8e0e4 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.6.2</jolokia.version>
+ <jolokia.version>1.7.0</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>