mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-10 18:39:44 +08:00
feat(pom): 引入 commons-lang3 依赖,避免低版本 commons-lang3 安全漏洞
This commit is contained in:
parent
4e757a8a0c
commit
886b76dde4
8
pom.xml
8
pom.xml
|
|
@ -46,6 +46,8 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
||||
<commons-lang3.version>3.20.0</commons-lang3.version>
|
||||
|
||||
<knife4j.version>4.5.0</knife4j.version>
|
||||
<aliyun.sms.version>4.7.6</aliyun.sms.version>
|
||||
<tencent.sms.version>3.1.1357</tencent.sms.version>
|
||||
|
|
@ -254,6 +256,12 @@
|
|||
<artifactId>blade-starter-api-crypto</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- common -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${commons-lang3.version}</version>
|
||||
</dependency>
|
||||
<!-- http -->
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user