File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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.3 </version >
9+ <version >10.2.4 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >BitPay</name >
4949 <maven .compiler.source>1.8</maven .compiler.source>
5050 <maven .compiler.target>1.8</maven .compiler.target>
5151 <slf4j .version>2.0.17</slf4j .version>
52- <jackson .version>2.19.2 </jackson .version>
52+ <jackson .version>2.20.0 </jackson .version>
5353 </properties >
5454
5555 <build >
228228 <dependency >
229229 <groupId >com.fasterxml.jackson.core</groupId >
230230 <artifactId >jackson-annotations</artifactId >
231- <version >${jackson.version} </version >
231+ <version >2.19.4 </version >
232232 </dependency >
233233 <dependency >
234234 <groupId >com.fasterxml.jackson.core</groupId >
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.3 " ;
37+ public static final String BITPAY_PLUGIN_INFO = "BitPay_Java_Client_v10.2.4 " ;
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.3 " ));
61+ Assertions .assertTrue (Config .BITPAY_PLUGIN_INFO .contains ("BitPay_Java_Client_v10.2.4 " ));
6262 }
6363
6464 @ Test
You can’t perform that action at this time.
0 commit comments