Skip to content

Commit 5e0ee5a

Browse files
Lowered jasypt version in pom.xml to support jasypt encryption (#511)
Lowered jasypt version in pom.xml to 2.1.2 to support encryption which was failing due to run time exceptions in Encryptor.java
1 parent 548cf8b commit 5e0ee5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.ericsson</groupId>
88
<artifactId>eiffel-intelligence</artifactId>
9-
<version>3.2.0</version>
9+
<version>3.2.1</version>
1010
<packaging>war</packaging>
1111

1212
<parent>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>com.github.ulisesbocchio</groupId>
113113
<artifactId>jasypt-spring-boot-starter</artifactId>
114-
<version>3.0.4</version>
114+
<version>2.1.2</version>
115115
</dependency>
116116

117117
<dependency>

0 commit comments

Comments
 (0)