Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump stripe-java from 12.1.0 to 22.5.0 #880

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2023

Bumps stripe-java from 12.1.0 to 22.5.0.

Release notes

Sourced from stripe-java's releases.

v22.5.0

  • #1502 API Updates
    • Add support for card_issuing on Issuing.Cardholder.individual
  • #1501 Add fix for per-request ApiBase
  • #1476 Solution For "Regarding ability to override stripe api url per API re…
  • #1500 Deprecate ApiResource.classUrl, etc.
    • Mark ApiResource.className, ApiResource.singleClassUrl, ApiResource.classUrl, ApiResource.instanceUrl, and ApiResource.subresourceUrl as deprecated
  • #1499 Fix publish command

See the changelog for more details.

v22.5.0-beta.1

  • #1498 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Move TaxCalculation and TaxTransaction to Tax::Calculation and Tax::Transaction.

See the changelog for more details.

v22.4.0

  • #1497 API Updates
    • Add support for new value merchant_default on enums CashBalanceUpdateParams.settings.reconciliation_mode, CustomerCreateParams.cash_balance.settings.reconciliation_mode, and CustomerUpdateParams.cash_balance.settings.reconciliation_mode
    • Add support for using_merchant_default on CashBalance.settings
  • #1496 Replace ReflectionCheckingTypeAdapterFactory with a ReflectionAccessFilter
  • #1491 Don't delombok sources

See the changelog for more details.

v22.4.0-beta.1

  • #1493 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for new resources QuoteLine, TaxCalculation, and TaxTransaction
    • Add support for create and list_line_items methods on resource TaxCalculation
    • Add support for create_reversal, create, and retrieve methods on resource TaxTransaction

See the changelog for more details.

v22.3.0

  • #1487 API Updates
    • Change CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type.
    • Added parameterless overload of Customer.listPaymentMethods.

See the changelog for more details.

v22.3.0-beta.1

  • #1488 API Updates for beta branch
    • Updated stable APIs to the latest version
  • #1485 API Updates for beta branch
    • Updated stable APIs to the latest version

See the changelog for more details.

... (truncated)

Changelog

Sourced from stripe-java's changelog.

22.5.0 - 2023-01-05

  • #1502 API Updates
    • Add support for card_issuing on Issuing.Cardholder.individual
  • #1501 Add fix for per-request ApiBase
  • #1476 Solution For "Regarding ability to override stripe api url per API re…
  • #1500 Deprecate ApiResource.classUrl, etc.
    • Mark ApiResource.className, ApiResource.singleClassUrl, ApiResource.classUrl, ApiResource.instanceUrl, and ApiResource.subresourceUrl as deprecated
  • #1499 Fix publish command

22.4.0 - 2022-12-22

  • #1497 API Updates
    • Add support for new value merchant_default on enums CashBalanceUpdateParams.settings.reconciliation_mode, CustomerCreateParams.cash_balance.settings.reconciliation_mode, and CustomerUpdateParams.cash_balance.settings.reconciliation_mode
    • Add support for using_merchant_default on CashBalance.settings
  • #1496 Replace ReflectionCheckingTypeAdapterFactory with a ReflectionAccessFilter
  • #1491 Don't delombok sources

22.3.0 - 2022-12-08

  • #1487 API Updates
    • Change CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type.
    • Added parameterless overload of Customer.listPaymentMethods.

22.2.0 - 2022-12-06

  • #1484 API Updates
    • Add support for flow_data on BillingPortalSessionCreateParams
    • Add support for flow on BillingPortal.Session
  • #1483 API Updates
    • Add support for india_international_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for invoice_creation on Checkout.Session and CheckoutSessionCreateParams
    • Add support for invoice on Checkout.Session
    • Add support for metadata on SubscriptionSchedule.phases[].items[], SubscriptionScheduleCreateParams.phases[].items[], and SubscriptionScheduleUpdateParams.phases[].items[]

22.1.0 - 2022-11-17

  • #1480 API Updates
    • Add support for hosted_instructions_url on PaymentIntent.next_action.wechat_pay_display_qr_code
  • #1479 API Updates
    • Add support for custom_text on Checkout.Session, CheckoutSessionCreateParams, PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
    • Add support for hosted_instructions_url on PaymentIntent.next_action.paynow_display_qr_code

22.0.0 - 2022-11-16

  • #1471 Next major release changes

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

"⚠️" symbol highlights breaking changes.

  • ⚠️ Inline several "shared" classes for consistency (#1455)
  • ⚠️ Removed LineItem.Product property that was released by mistake. (#1456)
  • ⚠️ Removed Charges property on PaymentIntent and replace it with LatestCharge (#1473)
  • ⚠️ Removed deprecated Amount, Currency, Description, Images, Name properties from SessionCreateParams.LineItem (#1473)
  • ⚠️ Remove support for tos_shown_and_accepted on CheckoutSessionCreateParams.payment_method_options.paynow (#1473)

... (truncated)

Commits
  • 75f0117 Bump version to 22.5.0
  • 1489c23 Codegen for openapi v217 (#1502)
  • aa87441 Add fix for per-request ApiBase (#1501)
  • 2390809 Solution For "Regarding ability to override stripe api url per API re… (#1476)
  • 88aff00 Merge pull request #1500 from stripe/richardm-deprecate-apiResource-url-calcu...
  • eac9dac Deprecate ApiResource.classUrl, etc.
  • 22e512b Actually release (#1499)
  • 53f5572 Bump version to 22.4.0
  • 61f8173 API Updates (#1497)
  • e9fcfaa Replace ReflectionCheckingTypeAdapterFactory with a ReflectionAccessFilter (#...
  • 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 22.5.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...v22.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2023

Superseded by #881.

@dependabot dependabot bot closed this Jan 13, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.stripe-stripe-java-22.5.0 branch January 13, 2023 05:03
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