Skip to content

chore(deps): Bump com.stripe:stripe-java from 33.2.0 to 33.3.0 - #25543

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.stripe-stripe-java-33.3.0
Open

chore(deps): Bump com.stripe:stripe-java from 33.2.0 to 33.3.0#25543
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.stripe-stripe-java-33.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps com.stripe:stripe-java from 33.2.0 to 33.3.0.

Release notes

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

v33.3.0

  • #2265 Surface object property on EventNotification

  • #2256 add/adjust event parsing helpers

    • Added methods that return their respective Event/EventNotification class instances without verifying authenticity. Use them when you've previously verified an event (e.g. you verified, put the event in a queue, and are now processing). Supports events from AWS EventBridge and Azure Event Grid natively.
      • Webhook.constructEventWithoutVerification(payload)
      • StripeClient.constructEventWithoutVerification(payload)
      • StripeClient.parseEventNotificationWithoutVerification(payload)
    • Added Webhook.Signature.generateSignatureHeader(payload, secret), which computes a full Stripe-Signature header for the given payload. Useful for unit tests!
  • #2263 add stripeobject deserialization helper for JsonObject

  • #2261 Add stripe.major_api_version constant

See the changelog for more details.

v33.3.0-beta.1

This release changes the pinned API version to 2026-07-29.preview.

  • #2242 Update generated code for beta
    • Add support for list and retrieve methods on resource productcatalog.TrialOffer
    • Add support for taxItems on ChargeCaptureParams.payment_details.car_rental_data[].total.tax, ChargeCaptureParams.payment_details.flight_data[].total.tax, ChargeCaptureParams.payment_details.lodging_data[].total.tax, ChargeUpdateParams.payment_details.car_rental_data[].total.tax, ChargeUpdateParams.payment_details.flight_data[].total.tax, ChargeUpdateParams.payment_details.lodging_data[].total.tax, PaymentIntent.payment_details.car_rental_data[].total.tax, PaymentIntent.payment_details.flight_data[].total.tax, PaymentIntent.payment_details.lodging_data[].total.tax, PaymentIntentCaptureParams.payment_details.car_rental_data[].total.tax, PaymentIntentCaptureParams.payment_details.flight_data[].total.tax, PaymentIntentCaptureParams.payment_details.lodging_data[].total.tax, PaymentIntentConfirmParams.payment_details.car_rental_data[].total.tax, PaymentIntentConfirmParams.payment_details.flight_data[].total.tax, PaymentIntentConfirmParams.payment_details.lodging_data[].total.tax, PaymentIntentCreateParams.payment_details.car_rental_data[].total.tax, PaymentIntentCreateParams.payment_details.flight_data[].total.tax, PaymentIntentCreateParams.payment_details.lodging_data[].total.tax, PaymentIntentUpdateParams.payment_details.car_rental_data[].total.tax, PaymentIntentUpdateParams.payment_details.flight_data[].total.tax, and PaymentIntentUpdateParams.payment_details.lodging_data[].total.tax
    • ⚠️ Remove support for taxes on ChargeCaptureParams.payment_details.car_rental_data[].total.tax, ChargeCaptureParams.payment_details.flight_data[].total.tax, ChargeCaptureParams.payment_details.lodging_data[].total.tax, ChargeUpdateParams.payment_details.car_rental_data[].total.tax, ChargeUpdateParams.payment_details.flight_data[].total.tax, ChargeUpdateParams.payment_details.lodging_data[].total.tax, PaymentIntent.payment_details.car_rental_data[].total.tax, PaymentIntent.payment_details.flight_data[].total.tax, PaymentIntent.payment_details.lodging_data[].total.tax, PaymentIntentCaptureParams.payment_details.car_rental_data[].total.tax, PaymentIntentCaptureParams.payment_details.flight_data[].total.tax, PaymentIntentCaptureParams.payment_details.lodging_data[].total.tax, PaymentIntentConfirmParams.payment_details.car_rental_data[].total.tax, PaymentIntentConfirmParams.payment_details.flight_data[].total.tax, PaymentIntentConfirmParams.payment_details.lodging_data[].total.tax, PaymentIntentCreateParams.payment_details.car_rental_data[].total.tax, PaymentIntentCreateParams.payment_details.flight_data[].total.tax, PaymentIntentCreateParams.payment_details.lodging_data[].total.tax, PaymentIntentUpdateParams.payment_details.car_rental_data[].total.tax, PaymentIntentUpdateParams.payment_details.flight_data[].total.tax, and PaymentIntentUpdateParams.payment_details.lodging_data[].total.tax
    • Add support for taxId on checkout.Session.collected_information
    • ⚠️ Remove support for taxIds on checkout.Session.collected_information
    • Add support for new value disabled on enum financialconnections.SessionCreateParams.manual_entry.mode
    • Add support for mode on financialconnections.Session.manual_entry
    • Add support for name on issuing.CardholderUpdateParams
    • Add support for new value ic_nif on enums OrderCreateParams.tax_details.tax_ids[].type and OrderUpdateParams.tax_details.tax_ids[].type
    • Add support for customFields, description, and footer on QuotePreviewSubscriptionSchedule.default_settings.invoice_settings and QuotePreviewSubscriptionSchedule.phases[].invoice_settings
    • Add support for trial on QuotePreviewSubscriptionSchedule.phases[]
    • ⚠️ Remove support for acssDebit, afterpayClearpay, alipay, alma, amazonPay, auBecsDebit, bacsDebit, bancontact, billie, bizum, blik, boleto, cardPresent, cashapp, crypto, customerBalance, eps, fpx, giropay, gopay, grabpay, idBankTransfer, ideal, interacPresent, kakaoPay, konbini, krCard, mbWay, mobilepay, multibanco, naverPay, nzBankAccount, oxxo, p24, payByBank, payco, paynow, paypal, paypay, payto, pix, promptpay, qris, rechnung, revolutPay, samsungPay, satispay, scalapay, sepaDebit, shopeepay, sofort, stripeBalance, sunbit, swish, twint, upi, usBankAccount, wechatPay, and zip on sharedpayment.GrantedToken.payment_method_details
    • Add support for useStripeSdk on sharedpayment.IssuedTokenCreateParams and sharedpayment.IssuedToken
    • Add support for redirectToUrl on sharedpayment.IssuedToken.next_action
    • ⚠️ Change type of sharedpayment.IssuedToken.next_action.type from literal('use_stripe_sdk') to enum('redirect_to_url'|'use_stripe_sdk')
    • Add support for livemode on tax.Location
    • Add support for source on v2.iam.ActivityLog.details.user_roles
    • Add support for payout on v2.moneymanagement.ReceivedCredit.balance_transfer
    • ⚠️ Remove support for payoutV1 on v2.moneymanagement.ReceivedCredit.balance_transfer

See the changelog for more details.

v33.3.0-alpha.2

  • #2259 Update generated code for private-preview
    • Add support for new resource billing.FeedbackOptions
    • Add support for sequraPayments on Account.capabilities
    • Add support for feedbackOptions on billingportal.Configuration.features.subscription_cancel.cancellation_reason
    • Add support for sequra on Charge.payment_method_details, ConfirmationToken.payment_method_preview, PaymentAttemptRecord.payment_method_details, PaymentIntent.payment_method_options, PaymentRecord.payment_method_details, and checkout.Session.payment_method_options
    • Add support for retrievalReferenceNumber on Charge.payment_method_details.card_present, ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present, PaymentAttemptRecord.payment_method_details.card_present, PaymentMethod.card.generated_from.payment_method_details.card_present, and PaymentRecord.payment_method_details.card_present
    • Add support for pricingGroup on Charge.payment_method_details.link
    • Add support for taxRates on checkout.Session.shipping_options[], checkout.SessionCreateParams.shipping_options[], and checkout.SessionUpdateParams.shipping_options[]
    • Add support for fundingTypesBlocked on checkout.Session.payment_method_options.card.restrictions

... (truncated)

Changelog

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

33.3.0 - 2026-08-10

  • #2265 Surface object property on EventNotification

  • #2256 add/adjust event parsing helpers

    • Added methods that return their respective Event/EventNotification class instances without verifying authenticity. Use them when you've previously verified an event (e.g. you verified, put the event in a queue, and are now processing). Supports events from AWS EventBridge and Azure Event Grid natively.
      • Webhook.constructEventWithoutVerification(payload)
      • StripeClient.constructEventWithoutVerification(payload)
      • StripeClient.parseEventNotificationWithoutVerification(payload)
    • Added Webhook.Signature.generateSignatureHeader(payload, secret), which computes a full Stripe-Signature header for the given payload. Useful for unit tests!
  • #2263 add stripeobject deserialization helper for JsonObject

  • #2261 Add stripe.major_api_version constant

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 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 33.2.0 to 33.3.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@v33.2.0...v33.3.0)

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

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 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies 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