Skip to content

Commit 6fde2d1

Browse files
committed
pay模块显式指定commons-lang3,以便用户项目可能会优先使用所依赖设置的版本
1 parent 0b6f4c5 commit 6fde2d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>org.apache.commons</groupId>
154154
<artifactId>commons-lang3</artifactId>
155-
<version>3.5</version>
155+
<version>3.6</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.slf4j</groupId>

weixin-java-pay/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
<scope>provided</scope>
3131
</dependency>
3232

33+
<dependency>
34+
<groupId>org.apache.commons</groupId>
35+
<artifactId>commons-lang3</artifactId>
36+
</dependency>
37+
3338
<dependency>
3439
<groupId>ch.qos.logback</groupId>
3540
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)