Skip to content

Bump stripe-java from 21.15.0 to 22.18.0 in /redirect/server/java#813

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/redirect/server/java/com.stripe-stripe-java-22.18.0
Closed

Bump stripe-java from 21.15.0 to 22.18.0 in /redirect/server/java#813
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/redirect/server/java/com.stripe-stripe-java-22.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2023

Bumps stripe-java from 21.15.0 to 22.18.0.

Release notes

Sourced from stripe-java's releases.

v22.18.0

  • #1555 Update generated code
    • Add support for link on Checkout.Session.payment_method_options and CheckoutSessionCreateParams.payment_method_options
    • Add support for brand, country, description, exp_month, exp_year, fingerprint, funding, iin, issuer, last4, network, and wallet on SetupAttempt.payment_method_details.card

See the changelog for more details.

v22.18.0-beta.1

  • #1550 Update generated code for beta
    • Add support for billing_cycle_anchor and proration_behavior on CheckoutSessionCreateParams.subscription_data
    • Add support for terminal_id on Issuing.Authorization.merchant_data and Issuing.Transaction.merchant_data
    • Add support for metadata on PaymentIntentCaptureParams
    • Add support for checks on SetupAttempt.payment_method_details.card
    • Add support for tax_breakdown on Tax.Calculation.shipping_cost and Tax.Transaction.shipping_cost
    • Change type of TaxRegistrationCreateParams.active_from, TaxRegistrationUpdateParams.active_from, and TaxRegistrationUpdateParams.expires_at from longInteger to longInteger | literal('now')

See the changelog for more details.

v22.17.0

  • #1551 Update generated code
    • Add support for billing_cycle_anchor and proration_behavior on CheckoutSessionCreateParams.subscription_data
    • Add support for terminal_id on Issuing.Authorization.merchant_data and Issuing.Transaction.merchant_data
    • Add support for metadata on PaymentIntentCaptureParams
    • Add support for checks on SetupAttempt.payment_method_details.card
    • Add support for tax_breakdown on Tax.Calculation.shipping_cost and Tax.Transaction.shipping_cost
  • #1547 Update generated code
  • #1544 Update generated code

See the changelog for more details.

v22.17.0-beta.3

  • #1548 Update generated code for beta
    • Add support for zip on PaymentIntent.payment_method_options, PaymentIntentConfirmParams.payment_method_options, PaymentIntentCreateParams.payment_method_options, and PaymentIntentUpdateParams.payment_method_options
    • Add support for country_options on Tax.Registration and TaxRegistrationCreateParams
    • Remove support for state and type on Tax.Registration and TaxRegistrationCreateParams

See the changelog for more details.

v22.17.0-beta.2

  • #1545 Update generated code for beta
    • Add support for collect_payment_method and confirm_payment_intent methods on resource Terminal.Reader
    • Add support for paypal_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for collect_payment_method and confirm_payment_intent on Terminal.Reader.action
    • Add support for stripe_account on Terminal.Reader.action.process_payment_intent and Terminal.Reader.action.refund_payment
    • Add support for new value terminal.reader.action_updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

See the changelog for more details.

v22.17.0-beta.1

  • #1539 Update generated code for beta

... (truncated)

Changelog

Sourced from stripe-java's changelog.

22.18.0 - 2023-05-04

  • #1555 Update generated code
    • Add support for link on Checkout.Session.payment_method_options and CheckoutSessionCreateParams.payment_method_options
    • Add support for brand, country, description, exp_month, exp_year, fingerprint, funding, iin, issuer, last4, network, and wallet on SetupAttempt.payment_method_details.card

22.17.0 - 2023-04-27

  • #1551 Update generated code
    • Add support for billing_cycle_anchor and proration_behavior on CheckoutSessionCreateParams.subscription_data
    • Add support for terminal_id on Issuing.Authorization.merchant_data and Issuing.Transaction.merchant_data
    • Add support for metadata on PaymentIntentCaptureParams
    • Add support for checks on SetupAttempt.payment_method_details.card
    • Add support for tax_breakdown on Tax.Calculation.shipping_cost and Tax.Transaction.shipping_cost
  • #1547 Update generated code
  • #1544 Update generated code

22.16.0 - 2023-04-06

  • #1540 Update generated code
    • Add support for country on PaymentMethod.link
    • Add support for status_details on PaymentMethod.us_bank_account

22.15.0 - 2023-03-30

  • #1536 Update generated code
    • Remove support for create method on resource Tax.Transaction
      • This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the createFromCalculation method.
    • Add support for export_license_id and export_purpose_code on Account.company, AccountCreateParams.company, AccountUpdateParams.company, and TokenCreateParams.account.company
    • Add support for amount_tip on TerminalReaderPresentPaymentMethodParams
  • #1538 Add missing file purpose terminal_reader_splashscreen

22.14.0 - 2023-03-23

  • #1531 Update generated code
    • Add support for new resources Tax.CalculationLineItem, Tax.Calculation, Tax.TransactionLineItem, and Tax.Transaction
    • Add support for create and list_line_items methods on resource Calculation
    • Add support for create_from_calculation, create_reversal, create, list_line_items, and retrieve methods on resource Transaction
    • Add support for new value link on enum CheckoutSessionCreateParams.payment_method_types[]
    • Add support for currency_conversion on Checkout.Session
    • Add support for new value link on enums PaymentLinkCreateParams.payment_method_types[] and PaymentLinkUpdateParams.payment_method_types[]
    • Add support for automatic_payment_methods on SetupIntentCreateParams and SetupIntent

22.13.0 - 2023-03-16

  • #1529 API Updates
    • Add support for cashapp_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for future_requirements and requirements on BankAccount
    • Add support for cashapp as a new payment method type throughout the API.
    • Add support for country on Charge.payment_method_details.link
    • Add support for new value automatic_async on enums CheckoutSessionCreateParams.payment_intent_data.capture_method, PaymentIntentConfirmParams.capture_method, PaymentIntentCreateParams.capture_method, PaymentIntentUpdateParams.capture_method, and PaymentLinkCreateParams.payment_intent_data.capture_method
    • Add support for preferred_locale on PaymentIntent.payment_method_options.affirm, PaymentIntentConfirmParams.payment_method_options.affirm, PaymentIntentCreateParams.payment_method_options.affirm, and PaymentIntentUpdateParams.payment_method_options.affirm
    • Add support for cashapp_handle_redirect_or_display_qr_code on PaymentIntent.next_action and SetupIntent.next_action
    • Add support for new value payout.reconciliation_completed on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

... (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 21.15.0 to 22.18.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@v21.15.0...v22.18.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 May 11, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 18, 2023

Superseded by #822.

@dependabot dependabot bot closed this May 18, 2023
@dependabot dependabot bot deleted the dependabot/maven/redirect/server/java/com.stripe-stripe-java-22.18.0 branch May 18, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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