This is an automated email from the ASF dual-hosted git repository.
gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new e984435 ARTEMIS-3455 Upgrade jasypt to 1.9.3
e984435 is described below
commit e984435b627f6bcc76c6fd459a0dcf43bd160c1d
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Thu Sep 2 08:06:48 2021 +0200
ARTEMIS-3455 Upgrade jasypt to 1.9.3
---
tests/activemq5-unit-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/activemq5-unit-tests/pom.xml
b/tests/activemq5-unit-tests/pom.xml
index 7825eee..97583ad 100644
--- a/tests/activemq5-unit-tests/pom.xml
+++ b/tests/activemq5-unit-tests/pom.xml
@@ -38,7 +38,7 @@
<commons-net-version>3.3</commons-net-version>
<xbean-version>3.18</xbean-version>
<hamcrest-version>1.3</hamcrest-version>
- <jasypt-version>1.9.2</jasypt-version>
+ <jasypt-version>1.9.3</jasypt-version>
<directory-version>2.0.0-M6</directory-version>
<activeio-core-version>3.1.4</activeio-core-version>
<byteman.version>2.2.0</byteman.version>