File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.bitpay</groupId >
88 <artifactId >bitpay_sdk</artifactId >
9- <version >10.2.2 </version >
9+ <version >10.2.3 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >BitPay</name >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class Config {
3434 /**
3535 * BitPay Plugin Info Version.
3636 */
37- public static final String BITPAY_PLUGIN_INFO = "BitPay_Java_Client_v10.2.2 " ;
37+ public static final String BITPAY_PLUGIN_INFO = "BitPay_Java_Client_v10.2.3 " ;
3838 /**
3939 * BitPay Api Frame.
4040 */
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public void it_should_returns_bitpay_api_version() {
5858
5959 @ Test
6060 public void it_should_returns_bitpay_plugin_info () {
61- Assertions .assertTrue (Config .BITPAY_PLUGIN_INFO .contains ("BitPay_Java_Client_v10.2.2 " ));
61+ Assertions .assertTrue (Config .BITPAY_PLUGIN_INFO .contains ("BitPay_Java_Client_v10.2.3 " ));
6262 }
6363
6464 @ Test
You can’t perform that action at this time.
0 commit comments