11# Stripe Java client library
22
3- [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-v31.4.0 -blue )] ( https://mvnrepository.com/artifact/com.stripe/stripe-java )
3+ [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-v31.4.1 -blue )] ( https://mvnrepository.com/artifact/com.stripe/stripe-java )
44[ ![ JavaDoc] ( http://img.shields.io/badge/javadoc-reference-blue.svg )] ( https://stripe.dev/stripe-java )
55[ ![ Build Status] ( https://github.com/stripe/stripe-java/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/stripe/stripe-java/actions?query=branch%3Amaster )
66
@@ -23,7 +23,7 @@ We support LTS versions of the JDK. Currently, that's Java versions:
2323Add this dependency to your project's build file:
2424
2525``` groovy
26- implementation "com.stripe:stripe-java:31.4.0 "
26+ implementation "com.stripe:stripe-java:31.4.1 "
2727```
2828
2929### Maven users
@@ -34,7 +34,7 @@ Add this dependency to your project's POM:
3434<dependency >
3535 <groupId >com.stripe</groupId >
3636 <artifactId >stripe-java</artifactId >
37- <version >31.4.0 </version >
37+ <version >31.4.1 </version >
3838</dependency >
3939```
4040
@@ -43,8 +43,8 @@ Add this dependency to your project's POM:
4343If you are not using Gradle or Maven, you will need to manually install the following JARs:
4444
45451 . The Stripe JAR:
46- - Download the latest release version from [ Maven Central] ( https://repo1.maven.org/maven2/com/stripe/stripe-java/31.4.0 /stripe-java-31.4.0 .jar )
47- - Current release version: 31.4.0
46+ - Download the latest release version from [ Maven Central] ( https://repo1.maven.org/maven2/com/stripe/stripe-java/31.4.1 /stripe-java-31.4.1 .jar )
47+ - Current release version: 31.4.1
4848
49492 . Google Gson:
5050 - The Stripe JAR builds and tests with Gson version 2.10.1
0 commit comments