Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

build(deps): bump stripe-java from 12.1.0 to 21.9.0 - #849

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/com.stripe-stripe-java-21.9.0
Closed

build(deps): bump stripe-java from 12.1.0 to 21.9.0#849
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/com.stripe-stripe-java-21.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 23, 2022

Copy link
Copy Markdown
Contributor

Bumps stripe-java from 12.1.0 to 21.9.0.

Release notes

Sourced from stripe-java's releases.

v21.9.0

  • #1445 API Updates
    • Add support for terms_of_service on Checkout.Session.consent_collection, Checkout.Session.consent, CheckoutSessionCreateParams.consent_collection, PaymentLink.consent_collection, and PaymentLinkCreateParams.consent_collection
    • ⚠️ Remove support for plan on CheckoutSessionCreateParams.payment_method_options.card.installments. The property was mistakenly released and never worked.
    • Add support for amount on IssuingDisputeCreateParams and IssuingDisputeUpdateParams
    • Add support for statement_descriptor on PaymentIntentIncrementAuthorizationParams
    • Add upcomingLines method to Invoice resource.

See the changelog for more details.

v21.8.0

No release notes provided.

v21.7.0

  • #1435 API Updates
    • Add support for require_signature on Issuing.Card.shipping and IssuingCardCreateParams.shipping

See the changelog for more details.

v21.6.0

  • #1434 API Updates
    • Add support for new value terminal_reader_splashscreen on enum FileListParams.purpose
    • Fix LineItem.Discount.discount to reference the correct Discount class (com.stripe.model.Discount)

See the changelog for more details.

v21.5.0

  • #1433 API Updates
    • Add support for new values de-CH, en-CH, en-PL, en-PT, fr-CH, it-CH, pl-PL, and pt-PT on enums OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale, OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale, PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale, PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale, and PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale
    • Add support for description on PaymentLink.subscription_data and PaymentLinkCreateParams.subscription_data
  • #1432 Update README badge
  • #1431 Update coveralls to only run for one java version

See the changelog for more details.

v21.4.0

  • #1430 API Updates
    • Add support for login_page on BillingPortal.Configuration, BillingPortalConfigurationCreateParams, and BillingPortalConfigurationUpdateParams
    • Add support for customs and phone_number on Issuing.Card.shipping and IssuingCardCreateParams.shipping
    • Add support for new value deutsche_bank_ag on enums PaymentIntentConfirmParams.payment_method_data.eps.bank, PaymentIntentCreateParams.payment_method_data.eps.bank, PaymentIntentUpdateParams.payment_method_data.eps.bank, PaymentMethodCreateParams.eps.bank, SetupIntentConfirmParams.payment_method_data.eps.bank, SetupIntentCreateParams.payment_method_data.eps.bank, and SetupIntentUpdateParams.payment_method_data.eps.bank
    • Add support for description on Quote.subscription_data, QuoteCreateParams.subscription_data, QuoteUpdateParams.subscription_data, SubscriptionSchedule.default_settings, SubscriptionSchedule.phases[], SubscriptionScheduleCreateParams.default_settings, SubscriptionScheduleCreateParams.phases[], SubscriptionScheduleUpdateParams.default_settings, and SubscriptionScheduleUpdateParams.phases[]
  • #1428 Show test coverage in README
  • #1427 Update README.md to clarify that API version can only be change in beta

See the changelog for more details.

v21.4.0-beta.1

  • #1429 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for the beta Gift Card API.

... (truncated)

Changelog

Sourced from stripe-java's changelog.

21.9.0 - 2022-09-22

  • #1445 API Updates
    • Add support for terms_of_service on Checkout.Session.consent_collection, Checkout.Session.consent, CheckoutSessionCreateParams.consent_collection, PaymentLink.consent_collection, and PaymentLinkCreateParams.consent_collection
    • ⚠️ Remove support for plan on CheckoutSessionCreateParams.payment_method_options.card.installments. The property was mistakenly released and never worked.
    • Add support for amount on IssuingDisputeCreateParams and IssuingDisputeUpdateParams
    • Add support for statement_descriptor on PaymentIntentIncrementAuthorizationParams
    • Add upcomingLines method to Invoice resource.

21.8.0 - 2022-09-15

  • #1444 API Updates
    • Add support for pix on Charge.payment_method_details, Checkout.Session.payment_method_options, CheckoutSessionCreateParams.payment_method_options, PaymentIntent.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams.payment_method_options, PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_data, PaymentIntentUpdateParams.payment_method_options, PaymentMethodCreateParams, PaymentMethod, SetupIntentConfirmParams.payment_method_data, SetupIntentCreateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_data
    • Add support for new value pix on enum CheckoutSessionCreateParams.payment_method_types[]
    • Add support for new value pix on enums CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type
    • Add support for from_invoice on InvoiceCreateParams and Invoice
    • Add support for latest_revision on Invoice
    • Add support for new value pix on enums PaymentIntentConfirmParams.payment_method_data.type, PaymentIntentCreateParams.payment_method_data.type, PaymentIntentUpdateParams.payment_method_data.type, SetupIntentConfirmParams.payment_method_data.type, SetupIntentCreateParams.payment_method_data.type, and SetupIntentUpdateParams.payment_method_data.type
    • Add support for pix_display_qr_code on PaymentIntent.next_action
    • Add support for new value pix on enums PaymentLinkCreateParams.payment_method_types[] and PaymentLinkUpdateParams.payment_method_types[]
    • Add support for new value pix on enum PaymentMethodCreateParams.type
    • Add support for created on Treasury.CreditReversal and Treasury.DebitReversal

21.7.0 - 2022-09-09

  • #1435 API Updates
    • Add support for require_signature on Issuing.Card.shipping and IssuingCardCreateParams.shipping

21.6.0 - 2022-09-06

  • #1434 API Updates
    • Add support for new value terminal_reader_splashscreen on enum FileListParams.purpose
    • Fix LineItem.Discount.discount to reference the correct Discount class (com.stripe.model.Discount)

21.5.0 - 2022-08-31

  • #1433 API Updates
    • Add support for new values de-CH, en-CH, en-PL, en-PT, fr-CH, it-CH, pl-PL, and pt-PT on enums OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale, OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale, PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale, PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale, and PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale
    • Add support for description on PaymentLink.subscription_data and PaymentLinkCreateParams.subscription_data
  • #1432 Update README badge
  • #1431 Update coveralls to only run for one java version

21.4.0 - 2022-08-26

  • #1430 API Updates
    • Add support for login_page on BillingPortal.Configuration, BillingPortalConfigurationCreateParams, and BillingPortalConfigurationUpdateParams
    • Add support for customs and phone_number on Issuing.Card.shipping and IssuingCardCreateParams.shipping
    • Add support for new value deutsche_bank_ag on enums PaymentIntentConfirmParams.payment_method_data.eps.bank, PaymentIntentCreateParams.payment_method_data.eps.bank, PaymentIntentUpdateParams.payment_method_data.eps.bank, PaymentMethodCreateParams.eps.bank, SetupIntentConfirmParams.payment_method_data.eps.bank, SetupIntentCreateParams.payment_method_data.eps.bank, and SetupIntentUpdateParams.payment_method_data.eps.bank
    • Add support for description on Quote.subscription_data, QuoteCreateParams.subscription_data, QuoteUpdateParams.subscription_data, SubscriptionSchedule.default_settings, SubscriptionSchedule.phases[], SubscriptionScheduleCreateParams.default_settings, SubscriptionScheduleCreateParams.phases[], SubscriptionScheduleUpdateParams.default_settings, and SubscriptionScheduleUpdateParams.phases[]
  • #1428 Show test coverage in README
  • #1427 Update README.md to clarify that API version can only be change in beta

21.3.0 - 2022-08-23

  • #1422 API Updates
    • Add support for new resource CustomerCashBalanceTransaction

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [stripe-java](https://github.com/stripe/stripe-java) from 12.1.0 to 21.9.0.
- [Release notes](https://github.com/stripe/stripe-java/releases)
- [Changelog](https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-java@v12.1.0...v21.9.0)

---
updated-dependencies:
- dependency-name: com.stripe:stripe-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 23, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 30, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #852.

@dependabot dependabot Bot closed this Sep 30, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/com.stripe-stripe-java-21.9.0 branch September 30, 2022 05:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants