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.14.0 - #865

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 8, 2022

Copy link
Copy Markdown
Contributor

Bumps stripe-java from 12.1.0 to 21.14.0.

Release notes

Sourced from stripe-java's releases.

v21.14.0

  • #1466 API Updates
    • Add support for on_behalf_of on CheckoutSessionCreateParams.subscription_data, SubscriptionCreateParams, SubscriptionSchedule.default_settings, SubscriptionSchedule.phases[], SubscriptionScheduleCreateParams.default_settings, SubscriptionScheduleCreateParams.phases[], SubscriptionScheduleUpdateParams.default_settings, SubscriptionScheduleUpdateParams.phases[], SubscriptionUpdateParams, and Subscription
    • Add support for tax_behavior and tax_code on InvoiceItemCreateParams, InvoiceItemUpdateParams, InvoiceUpcomingLinesParams.invoice_items[], and InvoiceUpcomingParams.invoice_items[]

See the changelog for more details.

v21.14.0-beta.2

  • #1467 API Updates for beta branch
    • Updated beta APIs to the latest stable version
    • Add support for cashappPayments and zipPayments on Account, AccountCreateParams, AccountUpdateParams.
    • Add support for cashapp and zip on Charge, PaymentMethod, PaymentMethodCreateParams, PaymentMethodUpdateParams.
    • Add support for trialSettings on SubscriptionSchedule.

See the changelog for more details.

v21.14.0-beta.1

  • #1462 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for new value revoked on enum CapitalFinancingOfferListParams.status
    • Add support for paypal on Charge.payment_method_details and Source
    • Add support for network_data on Issuing.Transaction
    • Add support for billing_cycle_anchor on SubscriptionScheduleAmendParams.amendments[]
    • Add support for tipping on Terminal.Reader.action.process_payment_intent.process_config and TerminalReaderProcessPaymentIntentParams.process_config

See the changelog for more details.

v21.13.0

  • #1461 API Updates
    • Add support for new values jp_trn and ke_pin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, OrderCreateParams.tax_details.tax_ids[].type, OrderUpdateParams.tax_details.tax_ids[].type, and TaxIdCreateParams.type
    • Add support for tipping on Terminal.Reader.action.process_payment_intent.process_config and TerminalReaderProcessPaymentIntentParams.process_config

See the changelog for more details.

v21.13.0-beta.1

  • Add support for schedule_settings on SubscriptionScheduleAmendParams
  • Add support for new value upcoming_invoice on enum SubscriptionScheduleAmendParams.amendments[].amendment_end.type
  • Add support for new values schedule_end and upcoming_invoice on enum SubscriptionScheduleAmendParams.amendments[].amendment_start.type

See the changelog for more details.

v21.12.0

  • #1457 Bugfix: Don't require global API Key when API Key is propagated from list request
  • #1458 API Updates
    • Add support for request_log_url on StripeError
    • Add support for network_data on Issuing.Authorization

See the changelog for more details.

v21.12.0-beta.1

... (truncated)

Changelog

Sourced from stripe-java's changelog.

21.14.0 - 2022-11-03

  • #1466 API Updates
    • Add support for on_behalf_of on CheckoutSessionCreateParams.subscription_data, SubscriptionCreateParams, SubscriptionSchedule.default_settings, SubscriptionSchedule.phases[], SubscriptionScheduleCreateParams.default_settings, SubscriptionScheduleCreateParams.phases[], SubscriptionScheduleUpdateParams.default_settings, SubscriptionScheduleUpdateParams.phases[], SubscriptionUpdateParams, and Subscription
    • Add support for tax_behavior and tax_code on InvoiceItemCreateParams, InvoiceItemUpdateParams, InvoiceUpcomingLinesParams.invoice_items[], and InvoiceUpcomingParams.invoice_items[]

21.13.0 - 2022-10-20

  • #1461 API Updates
    • Add support for new values jp_trn and ke_pin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, OrderCreateParams.tax_details.tax_ids[].type, OrderUpdateParams.tax_details.tax_ids[].type, and TaxIdCreateParams.type
    • Add support for tipping on Terminal.Reader.action.process_payment_intent.process_config and TerminalReaderProcessPaymentIntentParams.process_config

21.12.0 - 2022-10-14

  • #1457 Bugfix: Don't require global API Key when API Key is propagated from list request
  • #1458 API Updates
    • Add support for request_log_url on StripeError
    • Add support for network_data on Issuing.Authorization

21.11.0 - 2022-10-06

  • #1451 API Updates
    • Add support for new value bank_of_china on enums PaymentIntentConfirmParams.payment_method_data.fpx.bank, PaymentIntentCreateParams.payment_method_data.fpx.bank, PaymentIntentUpdateParams.payment_method_data.fpx.bank, PaymentMethodCreateParams.fpx.bank, SetupIntentConfirmParams.payment_method_data.fpx.bank, SetupIntentCreateParams.payment_method_data.fpx.bank, and SetupIntentUpdateParams.payment_method_data.fpx.bank
    • Add support for new values America/Nuuk, Europe/Kyiv, and Pacific/Kanton on enum ReportingReportRunCreateParams.parameters.timezone
    • Add support for klarna on SetupAttempt.payment_method_details
  • #1450 Set JDK to 17 LTS

21.10.0 - 2022-09-29

  • #1448 API Updates
    • Add support for created on Checkout.Session
    • Add support for setup_future_usage on PaymentIntent.payment_method_options.pix, PaymentIntentConfirmParams.payment_method_options.pix, PaymentIntentCreateParams.payment_method_options.pix, and PaymentIntentUpdateParams.payment_method_options.pix
    • Deprecate SessionCreateParams.subscription_data.items (use the line_items param instead). This will be removed in the next major version.

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

... (truncated)

Commits
  • 463120c Bump version to 21.14.0
  • 007f67f Codegen for openapi v204 (#1466)
  • 02069b2 Do not run Coveralls if secret token is not available (#1463)
  • bcb531f Bump version to 21.13.0
  • 178e7a6 Merge pull request #1461 from stripe/latest-codegen-master
  • dcf70ef Codegen for openapi v203
  • 7854da3 Bump version to 21.12.0
  • 6dca1a4 Bugfix: Don't require global API Key when API Key is propagated from list req...
  • 1b2c89d Codegen for openapi v202 (#1458)
  • 7c13c85 Bump version to 21.11.0
  • Additional commits viewable in compare view

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.14.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.14.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 Nov 8, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 9, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #866.

@dependabot dependabot Bot closed this Nov 9, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/com.stripe-stripe-java-21.14.0 branch November 9, 2022 05:02
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