[JAVA-24600] Upgraded jasypt version to 3.0.5
This commit is contained in:
parent
949572f93b
commit
808502520e
|
@ -27,7 +27,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.ulisesbocchio</groupId>
|
||||
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||||
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||||
<version>${jasypt.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -47,6 +47,6 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<jasypt.version>2.0.0</jasypt.version>
|
||||
<jasypt.version>3.0.5</jasypt.version>
|
||||
</properties>
|
||||
</project>
|
Loading…
Reference in New Issue