We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6f4c5 commit 6fde2d1Copy full SHA for 6fde2d1
pom.xml
@@ -152,7 +152,7 @@
152
<dependency>
153
<groupId>org.apache.commons</groupId>
154
<artifactId>commons-lang3</artifactId>
155
- <version>3.5</version>
+ <version>3.6</version>
156
</dependency>
157
158
<groupId>org.slf4j</groupId>
weixin-java-pay/pom.xml
@@ -30,6 +30,11 @@
30
<scope>provided</scope>
31
32
33
+ <dependency>
34
+ <groupId>org.apache.commons</groupId>
35
+ <artifactId>commons-lang3</artifactId>
36
+ </dependency>
37
+
38
39
<groupId>ch.qos.logback</groupId>
40
<artifactId>logback-classic</artifactId>
0 commit comments