Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c093fa

Browse files
committedSep 10, 2019
Bump stripe-mock to 0.67.0
1 parent bf872cf commit 3c093fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/java/com/stripe/BaseStripeTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
public class BaseStripeTest {
3434
// If changing this number, please also change it in `.travis.yml`.
35-
private static final String MOCK_MINIMUM_VERSION = "0.66.0";
35+
private static final String MOCK_MINIMUM_VERSION = "0.67.0";
3636

3737
private static String port;
3838

0 commit comments

Comments
 (0)
Please sign in to comment.