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:27:30 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new b779665  [KARAF-6296] Upgrade to Jasypt 1.9.3
     new dd14313  Merge pull request #892 from jbonofre/KARAF-6296
b779665 is described below

commit b779665f612500355d06be15febc5efb6970f724
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Sat Jun 29 07:58:45 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 6f67f20..f4d10e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
 
         <dom4j.bundle.version>1.6.1_5</dom4j.bundle.version>
         <eclipselink.version>2.7.4</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.6.1</jolokia.version>
         <serp.bundle.version>1.15.1_1</serp.bundle.version>
         <servlet.spec.groupId>javax.servlet</servlet.spec.groupId>