44.3 Updated Jasypt version to 3.0.3 (#44)

This commit is contained in:
Art
2021-09-30 15:43:05 +03:00
parent 61fb3fba13
commit 828d7b9896
2 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,7 @@
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>2.0.0</version>
<version>3.0.3</version>
</dependency>
<dependency>

View File

@ -49,6 +49,8 @@ app:
jasypt:
encryptor:
password: ${JASYPT_PASSWORD}
algorithm: PBEWithMD5AndDES
iv-generator-classname: org.jasypt.iv.NoIvGenerator
---
spring: