Skip to content

Commit

Permalink
upg wxpay maven dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dzh committed Jul 18, 2024
1 parent 2b8d26c commit 58e2e77
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion jframe-plugin/jframe-wxpay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
</dependency>

<!--
Expand All @@ -49,6 +54,11 @@
<artifactId>wechatpay-java</artifactId>
<version>0.2.12</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit 58e2e77

Please sign in to comment.