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 2019/06/30 05:29:59 UTC

[karaf] branch karaf-4.1.x updated: [KARAF-6296] Upgrade to Jasypt 1.9.3

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

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


The following commit(s) were added to refs/heads/karaf-4.1.x by this push:
     new 05ec023  [KARAF-6296] Upgrade to Jasypt 1.9.3
05ec023 is described below

commit 05ec02300e3569dcf0b1506de7ad9ae20a9007bb
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Sun Jun 30 07:29:34 2019 +0200

    [KARAF-6296] Upgrade to Jasypt 1.9.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 06a9f13..515d75f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
 
         <dom4j.bundle.version>1.6.1_5</dom4j.bundle.version>
         <eclipselink.version>2.7.1</eclipselink.version>
-        <jasypt.bundle.version>1.9.2_1</jasypt.bundle.version>
+        <jasypt.bundle.version>1.9.3_1</jasypt.bundle.version>
         <jolokia.version>1.5.0</jolokia.version>
         <serp.bundle.version>1.14.1_1</serp.bundle.version>
         <servlet.spec.groupId>javax.servlet</servlet.spec.groupId>