fix(dependencies): 改正 jasypt 版本配置

This commit is contained in:
zhouxy108 2025-05-02 17:06:24 +08:00
parent b774d8c477
commit a4d767884e

View File

@ -185,7 +185,7 @@
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>#{jasypt.version}</version>
<version>${jasypt.version}</version>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>