From 5962d552bc633f9e0d8297c6ea9a92e24575f511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:40:27 +0000 Subject: [PATCH] Bump com.stripe:stripe-java from 26.1.0 to 26.9.0 Bumps [com.stripe:stripe-java](https://github.com/stripe/stripe-java) from 26.1.0 to 26.9.0. - [Release notes](https://github.com/stripe/stripe-java/releases) - [Changelog](https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-java/compare/v26.1.0...v26.9.0) --- updated-dependencies: - dependency-name: com.stripe:stripe-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3d12b1..f057ee0 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation "com.github.therapi:therapi-runtime-javadoc:$therapiVersion" // for javadoc support in springdoc implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240624-2.0.0' implementation 'com.google.auth:google-auth-library-oauth2-http:1.23.0' - implementation 'com.stripe:stripe-java:26.1.0' + implementation 'com.stripe:stripe-java:26.9.0' implementation 'org.apache.commons:commons-text:1.12.0' implementation "org.flywaydb:flyway-core:$flywayVersion" implementation "org.flywaydb:flyway-database-postgresql:$flywayVersion"