stripe / stripe-java

Java library for the Stripe API.
https://stripe.com
MIT License
825 stars 360 forks source link

28.0.0 seems not available #1918

Closed t-k-c closed 3 weeks ago

t-k-c commented 3 weeks ago

Describe the bug

Hi, in your Readme, you indicated 28.0.0 but it seems not to be available: https://mvnrepository.com/artifact/com.stripe/stripe-java

To Reproduce

implementation "com.stripe:stripe-java:28.0.0" generates error

Expected behavior

N/A

Code snippets

implementation "com.stripe:stripe-java:28.0.0"

OS

macOS

Java version

Java 17

stripe-java version

v28.0.0

API version

N/A

Additional context

No response

AlenMiletic commented 3 weeks ago

The tests seemed to fail for https://github.com/stripe/stripe-java/actions/runs/11582760225 Java 11 and it wasn't published

t-k-c commented 3 weeks ago

@AlenMiletic okay thanks for the info.

helenye-stripe commented 3 weeks ago

@t-k-c I just reran the CI and publish for v28.0.0. Can you try now?

t-k-c commented 3 weeks ago

@helenye-stripe . Yes.. looks good now. Thanks :)