Skip to content

Commit

Permalink
Lowered jasypt version in pom.xml to support jasypt encryption (#511)
Browse files Browse the repository at this point in the history
Lowered jasypt version in pom.xml to 2.1.2 to support encryption which was failing due to run time exceptions in Encryptor.java
  • Loading branch information
shubhamkumarguptaTCS authored Oct 28, 2021
1 parent 548cf8b commit 5e0ee5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ericsson</groupId>
<artifactId>eiffel-intelligence</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<packaging>war</packaging>

<parent>
Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.4</version>
<version>2.1.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5e0ee5a

Please sign in to comment.