Skip to content

Bump com.stripe:stripe-java from 21.15.0 to 22.30.0 in /redirect/server/java#949

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps com.stripe:stripe-java from 21.15.0 to 22.30.0.

Release notes

Sourced from com.stripe:stripe-java's releases.

v22.30.0

  • #1620 Update generated code
    • Change type of AccountCreateParams.settings.card_issuing.tos_acceptance.user_agent, AccountCreateParams.settings.treasury.tos_acceptance.user_agent, AccountUpdateParams.settings.card_issuing.tos_acceptance.user_agent, AccountUpdateParams.settings.treasury.tos_acceptance.user_agent, InvoiceCreateParams.payment_settings.default_mandate, InvoiceCreateParams.shipping_details.phone, InvoicePayParams.mandate, InvoiceUpdateParams.default_source, InvoiceUpdateParams.payment_settings.default_mandate, InvoiceUpdateParams.shipping_details.phone, PaymentIntentConfirmParams.payment_method_data.billing_details.name, PaymentIntentConfirmParams.payment_method_data.billing_details.phone, PaymentIntentConfirmParams.payment_method_options.konbini.confirmation_number, PaymentIntentConfirmParams.payment_method_options.konbini.product_description, PaymentIntentCreateParams.payment_method_data.billing_details.name, PaymentIntentCreateParams.payment_method_data.billing_details.phone, PaymentIntentCreateParams.payment_method_options.konbini.confirmation_number, PaymentIntentCreateParams.payment_method_options.konbini.product_description, PaymentIntentUpdateParams.payment_method_data.billing_details.name, PaymentIntentUpdateParams.payment_method_data.billing_details.phone, PaymentIntentUpdateParams.payment_method_options.konbini.confirmation_number, PaymentIntentUpdateParams.payment_method_options.konbini.product_description, PaymentMethodCreateParams.billing_details.name, PaymentMethodCreateParams.billing_details.phone, PaymentMethodUpdateParams.billing_details.name, PaymentMethodUpdateParams.billing_details.phone, ProductUpdateParams.caption, ProductUpdateParams.description, ProductUpdateParams.unit_label, QuoteCreateParams.description, QuoteCreateParams.footer, QuoteCreateParams.header, QuoteUpdateParams.description, QuoteUpdateParams.footer, QuoteUpdateParams.header, QuoteUpdateParams.subscription_data.description, SetupIntentConfirmParams.payment_method_data.billing_details.name, SetupIntentConfirmParams.payment_method_data.billing_details.phone, SetupIntentCreateParams.payment_method_data.billing_details.name, SetupIntentCreateParams.payment_method_data.billing_details.phone, SetupIntentUpdateParams.payment_method_data.billing_details.name, SetupIntentUpdateParams.payment_method_data.billing_details.phone, SubscriptionCancelParams.cancellation_details.comment, SubscriptionScheduleCreateParams.default_settings.description, SubscriptionScheduleCreateParams.phases[].description, SubscriptionScheduleUpdateParams.default_settings.description, SubscriptionScheduleUpdateParams.phases[].description, SubscriptionUpdateParams.cancellation_details.comment, SubscriptionUpdateParams.default_source, SubscriptionUpdateParams.description, TokenCreateParams.person.documents.company_authorization.files[], TokenCreateParams.person.documents.passport.files[], TokenCreateParams.person.documents.visa.files[], WebhookEndpointCreateParams.description, WebhookEndpointUpdateParams.description, billingportal.ConfigurationCreateParams.business_profile.headline, billingportal.ConfigurationUpdateParams.business_profile.headline, issuing.CardholderCreateParams.individual.card_issuing.user_terms_acceptance.user_agent, issuing.CardholderUpdateParams.individual.card_issuing.user_terms_acceptance.user_agent, issuing.DisputeCreateParams.evidence.canceled.cancellation_reason, issuing.DisputeCreateParams.evidence.canceled.explanation, issuing.DisputeCreateParams.evidence.canceled.product_description, issuing.DisputeCreateParams.evidence.duplicate.explanation, issuing.DisputeCreateParams.evidence.fraudulent.explanation, issuing.DisputeCreateParams.evidence.merchandise_not_as_described.explanation, issuing.DisputeCreateParams.evidence.merchandise_not_as_described.return_description, issuing.DisputeCreateParams.evidence.not_received.explanation, issuing.DisputeCreateParams.evidence.not_received.product_description, issuing.DisputeCreateParams.evidence.other.explanation, issuing.DisputeCreateParams.evidence.other.product_description, issuing.DisputeCreateParams.evidence.service_not_as_described.cancellation_reason, issuing.DisputeCreateParams.evidence.service_not_as_described.explanation, issuing.DisputeUpdateParams.evidence.canceled.cancellation_reason, issuing.DisputeUpdateParams.evidence.canceled.explanation, issuing.DisputeUpdateParams.evidence.canceled.product_description, issuing.DisputeUpdateParams.evidence.duplicate.explanation, issuing.DisputeUpdateParams.evidence.fraudulent.explanation, issuing.DisputeUpdateParams.evidence.merchandise_not_as_described.explanation, issuing.DisputeUpdateParams.evidence.merchandise_not_as_described.return_description, issuing.DisputeUpdateParams.evidence.not_received.explanation, issuing.DisputeUpdateParams.evidence.not_received.product_description, issuing.DisputeUpdateParams.evidence.other.explanation, issuing.DisputeUpdateParams.evidence.other.product_description, issuing.DisputeUpdateParams.evidence.service_not_as_described.cancellation_reason, issuing.DisputeUpdateParams.evidence.service_not_as_described.explanation, tax.CalculationCreateParams.customer_details.address.city, tax.CalculationCreateParams.customer_details.address.line1, tax.CalculationCreateParams.customer_details.address.line2, tax.CalculationCreateParams.customer_details.address.postal_code, tax.CalculationCreateParams.customer_details.address.state, terminal.LocationUpdateParams.configuration_overrides, terminal.ReaderUpdateParams.label, treasury.OutboundPaymentCreateParams.destination_payment_method_data.billing_details.name, and treasury.OutboundPaymentCreateParams.destination_payment_method_data.billing_details.phone from string to emptyStringable(string)
    • Add support for subscription_details on Invoice
    • Add support for preferred_settlement_speed on PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, and PaymentIntentUpdateParams.payment_method_options.us_bank_account
    • Add support for new values sepa_debit_fingerprint and us_bank_account_fingerprint on enum radar.ValueListCreateParams.item_type

See the changelog for more details.

v22.30.0-beta.1

  • #1617 Update generated code for beta
    • Updated stable APIs to the latest version

See the changelog for more details.

v22.29.0

  • #1614 Update generated code
    • Add support for monthly_estimated_revenue on Account.business_profile, AccountCreateParams.business_profile, and AccountUpdateParams.business_profile

See the changelog for more details.

v22.28.0

  • #1611 Update generated code
    • Add support for new value ro_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and tax.CalculationCreateParams.customer_details.tax_ids[].type
    • Add support for use_stripe_sdk on SetupIntentConfirmParams and SetupIntentCreateParams
    • Add support for new value service_tax on enums TaxRateCreateParams.tax_type and TaxRateUpdateParams.tax_type
  • #1609 Update generated code
    • Add support for new value ro_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and tax.CalculationCreateParams.customer_details.tax_ids[].type
    • Add support for use_stripe_sdk on SetupIntentConfirmParams and SetupIntentCreateParams
    • Add support for new value service_tax on enums TaxRateCreateParams.tax_type and TaxRateUpdateParams.tax_type
  • #1610 Changelog: fix namespaced param names

See the changelog for more details.

v22.28.0-beta.1

  • #1605 Update generated code for beta
    • Add support for new resource PaymentMethodConfiguration
    • Add support for create, list, retrieve, and update methods on resource PaymentMethodConfiguration
    • Add support for payment_method_configuration on PaymentIntentCreateParams and PaymentIntentUpdateParams
    • Add support for payment_method_configuration_details on PaymentIntent
  • #1602 Update generated code for beta

See the changelog for more details.

v22.27.0

  • #1606 Update generated code
    • Add support for new resource Tax.Settings
    • Add support for retrieve and update methods on resource Settings
    • Add support for order_id on Charge.payment_method_details.afterpay_clearpay
    • Add support for allow_redirects on PaymentIntent.automatic_payment_methods, PaymentIntentCreateParams.automatic_payment_methods, SetupIntent.automatic_payment_methods, and SetupIntentCreateParams.automatic_payment_methods

... (truncated)

Changelog

Sourced from com.stripe:stripe-java's changelog.

22.30.0 - 2023-08-03

  • #1620 Update generated code
    • Change type of AccountCreateParams.settings.card_issuing.tos_acceptance.user_agent, AccountCreateParams.settings.treasury.tos_acceptance.user_agent, AccountUpdateParams.settings.card_issuing.tos_acceptance.user_agent, AccountUpdateParams.settings.treasury.tos_acceptance.user_agent, InvoiceCreateParams.payment_settings.default_mandate, InvoiceCreateParams.shipping_details.phone, InvoicePayParams.mandate, InvoiceUpdateParams.default_source, InvoiceUpdateParams.payment_settings.default_mandate, InvoiceUpdateParams.shipping_details.phone, PaymentIntentConfirmParams.payment_method_data.billing_details.name, PaymentIntentConfirmParams.payment_method_data.billing_details.phone, PaymentIntentConfirmParams.payment_method_options.konbini.confirmation_number, PaymentIntentConfirmParams.payment_method_options.konbini.product_description, PaymentIntentCreateParams.payment_method_data.billing_details.name, PaymentIntentCreateParams.payment_method_data.billing_details.phone, PaymentIntentCreateParams.payment_method_options.konbini.confirmation_number, PaymentIntentCreateParams.payment_method_options.konbini.product_description, PaymentIntentUpdateParams.payment_method_data.billing_details.name, PaymentIntentUpdateParams.payment_method_data.billing_details.phone, PaymentIntentUpdateParams.payment_method_options.konbini.confirmation_number, PaymentIntentUpdateParams.payment_method_options.konbini.product_description, PaymentMethodCreateParams.billing_details.name, PaymentMethodCreateParams.billing_details.phone, PaymentMethodUpdateParams.billing_details.name, PaymentMethodUpdateParams.billing_details.phone, ProductUpdateParams.caption, ProductUpdateParams.description, ProductUpdateParams.unit_label, QuoteCreateParams.description, QuoteCreateParams.footer, QuoteCreateParams.header, QuoteUpdateParams.description, QuoteUpdateParams.footer, QuoteUpdateParams.header, QuoteUpdateParams.subscription_data.description, SetupIntentConfirmParams.payment_method_data.billing_details.name, SetupIntentConfirmParams.payment_method_data.billing_details.phone, SetupIntentCreateParams.payment_method_data.billing_details.name, SetupIntentCreateParams.payment_method_data.billing_details.phone, SetupIntentUpdateParams.payment_method_data.billing_details.name, SetupIntentUpdateParams.payment_method_data.billing_details.phone, SubscriptionCancelParams.cancellation_details.comment, SubscriptionScheduleCreateParams.default_settings.description, SubscriptionScheduleCreateParams.phases[].description, SubscriptionScheduleUpdateParams.default_settings.description, SubscriptionScheduleUpdateParams.phases[].description, SubscriptionUpdateParams.cancellation_details.comment, SubscriptionUpdateParams.default_source, SubscriptionUpdateParams.description, TokenCreateParams.person.documents.company_authorization.files[], TokenCreateParams.person.documents.passport.files[], TokenCreateParams.person.documents.visa.files[], WebhookEndpointCreateParams.description, WebhookEndpointUpdateParams.description, billingportal.ConfigurationCreateParams.business_profile.headline, billingportal.ConfigurationUpdateParams.business_profile.headline, issuing.CardholderCreateParams.individual.card_issuing.user_terms_acceptance.user_agent, issuing.CardholderUpdateParams.individual.card_issuing.user_terms_acceptance.user_agent, issuing.DisputeCreateParams.evidence.canceled.cancellation_reason, issuing.DisputeCreateParams.evidence.canceled.explanation, issuing.DisputeCreateParams.evidence.canceled.product_description, issuing.DisputeCreateParams.evidence.duplicate.explanation, issuing.DisputeCreateParams.evidence.fraudulent.explanation, issuing.DisputeCreateParams.evidence.merchandise_not_as_described.explanation, issuing.DisputeCreateParams.evidence.merchandise_not_as_described.return_description, issuing.DisputeCreateParams.evidence.not_received.explanation, issuing.DisputeCreateParams.evidence.not_received.product_description, issuing.DisputeCreateParams.evidence.other.explanation, issuing.DisputeCreateParams.evidence.other.product_description, issuing.DisputeCreateParams.evidence.service_not_as_described.cancellation_reason, issuing.DisputeCreateParams.evidence.service_not_as_described.explanation, issuing.DisputeUpdateParams.evidence.canceled.cancellation_reason, issuing.DisputeUpdateParams.evidence.canceled.explanation, issuing.DisputeUpdateParams.evidence.canceled.product_description, issuing.DisputeUpdateParams.evidence.duplicate.explanation, issuing.DisputeUpdateParams.evidence.fraudulent.explanation, issuing.DisputeUpdateParams.evidence.merchandise_not_as_described.explanation, issuing.DisputeUpdateParams.evidence.merchandise_not_as_described.return_description, issuing.DisputeUpdateParams.evidence.not_received.explanation, issuing.DisputeUpdateParams.evidence.not_received.product_description, issuing.DisputeUpdateParams.evidence.other.explanation, issuing.DisputeUpdateParams.evidence.other.product_description, issuing.DisputeUpdateParams.evidence.service_not_as_described.cancellation_reason, issuing.DisputeUpdateParams.evidence.service_not_as_described.explanation, tax.CalculationCreateParams.customer_details.address.city, tax.CalculationCreateParams.customer_details.address.line1, tax.CalculationCreateParams.customer_details.address.line2, tax.CalculationCreateParams.customer_details.address.postal_code, tax.CalculationCreateParams.customer_details.address.state, terminal.LocationUpdateParams.configuration_overrides, terminal.ReaderUpdateParams.label, treasury.OutboundPaymentCreateParams.destination_payment_method_data.billing_details.name, and treasury.OutboundPaymentCreateParams.destination_payment_method_data.billing_details.phone from string to emptyStringable(string)
    • Add support for subscription_details on Invoice
    • Add support for preferred_settlement_speed on PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, and PaymentIntentUpdateParams.payment_method_options.us_bank_account
    • Add support for new values sepa_debit_fingerprint and us_bank_account_fingerprint on enum radar.ValueListCreateParams.item_type

22.29.0 - 2023-07-27

  • #1614 Update generated code
    • Add support for monthly_estimated_revenue on Account.business_profile, AccountCreateParams.business_profile, and AccountUpdateParams.business_profile

22.28.0 - 2023-07-20

  • #1611 Update generated code
    • Add support for new value ro_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and tax.CalculationCreateParams.customer_details.tax_ids[].type
    • Add support for use_stripe_sdk on SetupIntentConfirmParams and SetupIntentCreateParams
    • Add support for new value service_tax on enums TaxRateCreateParams.tax_type and TaxRateUpdateParams.tax_type
  • #1609 Update generated code
    • Add support for new value ro_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and tax.CalculationCreateParams.customer_details.tax_ids[].type
    • Add support for use_stripe_sdk on SetupIntentConfirmParams and SetupIntentCreateParams
    • Add support for new value service_tax on enums TaxRateCreateParams.tax_type and TaxRateUpdateParams.tax_type
  • #1610 Changelog: fix namespaced param names

22.27.0 - 2023-07-13

  • #1606 Update generated code
    • Add support for new resource Tax.Settings
    • Add support for retrieve and update methods on resource Settings
    • Add support for order_id on Charge.payment_method_details.afterpay_clearpay
    • Add support for allow_redirects on PaymentIntent.automatic_payment_methods, PaymentIntentCreateParams.automatic_payment_methods, SetupIntent.automatic_payment_methods, and SetupIntentCreateParams.automatic_payment_methods
    • Add support for product on Tax.TransactionLineItem
    • Add support for new value tax.settings.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

22.26.0 - 2023-07-06

  • #1601 Update generated code
    • Add support for numeric and text on PaymentLink.custom_fields[]
    • Add support for automatic_tax on SubscriptionListParams

22.25.0 - 2023-06-29

  • #1597 Update generated code
    • Add support for effective_at on CreditNoteCreateParams, CreditNotePreviewLinesParams, CreditNotePreviewParams, CreditNote, InvoiceCreateParams, InvoiceUpdateParams, and Invoice
    • Add support for new values ad_nrt, ar_cuit, bo_tin, cn_tin, co_nit, cr_tin, do_rcn, ec_ruc, pe_ruc, rs_pib, sv_nit, uy_ruc, ve_rif, and vn_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and TaxCalculationCreateParams.customer_details.tax_ids[].type

22.24.0 - 2023-06-22

  • #1591 Update generated code
    • Add support for on_behalf_of on Mandate

22.23.1 - 2023-06-09

  • #1582 Bugfix: fix Customer.retrievePaymentMethod URL interpolation

22.23.0 - 2023-06-08

  • #1577 Update generated code

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.stripe:stripe-java](https://github.com/stripe/stripe-java) from 21.15.0 to 22.30.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.30.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 Aug 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2023

Superseded by #958.

@dependabot dependabot bot closed this Aug 17, 2023
@dependabot dependabot bot deleted the dependabot/maven/redirect/server/java/com.stripe-stripe-java-22.30.0 branch August 17, 2023 16:19
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