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/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new afe67dd [AMQ-7389] Upgrade to jasypt 1.9.3
new 556698b Merge pull request #430 from jbonofre/AMQ-7389
afe67dd is described below
commit afe67ddb6981c186e35ac0fdad7309fe4605dfac
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jan 27 09:53:52 2020 +0100
[AMQ-7389] 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 74daab3..ffda81d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
<insight-version>1.2.0.Beta4</insight-version>
<jackson-version>2.9.10</jackson-version>
<jackson-databind-version>2.9.10.1</jackson-databind-version>
- <jasypt-version>1.9.2</jasypt-version>
+ <jasypt-version>1.9.3</jasypt-version>
<jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
<jetty9-version>9.4.22.v20191022</jetty9-version>
<jetty-version>${jetty9-version}</jetty-version>