dependabot[bot] opened a new pull request, #25543: URL: https://github.com/apache/camel/pull/25543
Bumps [com.stripe:stripe-java](https://github.com/stripe/stripe-java) from 33.2.0 to 33.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stripe/stripe-java/releases">com.stripe:stripe-java's releases</a>.</em></p> <blockquote> <h2>v33.3.0</h2> <ul> <li> <p><a href="https://redirect.github.com/stripe/stripe-java/pull/2265">#2265</a> Surface <code>object</code> property on <code>EventNotification</code></p> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-java/pull/2256">#2256</a> add/adjust event parsing helpers</p> <ul> <li>Added methods that return their respective <code>Event</code>/<code>EventNotification</code> 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 <a href="https://docs.stripe.com/event-destinations/eventbridge">AWS EventBridge</a> and <a href="https://docs.stripe.com/event-destinations/eventgrid">Azure Event Grid</a> natively. <ul> <li><code>Webhook.constructEventWithoutVerification(payload)</code></li> <li><code>StripeClient.constructEventWithoutVerification(payload)</code></li> <li><code>StripeClient.parseEventNotificationWithoutVerification(payload)</code></li> </ul> </li> <li>Added <code>Webhook.Signature.generateSignatureHeader(payload, secret)</code>, which computes a full <code>Stripe-Signature</code> header for the given payload. Useful for unit tests!</li> </ul> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-java/pull/2263">#2263</a> add stripeobject deserialization helper for JsonObject</p> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-java/pull/2261">#2261</a> Add <code>stripe.major_api_version</code> constant</p> </li> </ul> <p>See <a href="https://github.com/stripe/stripe-java/blob/v33.3.0/CHANGELOG.md">the changelog for more details</a>.</p> <h2>v33.3.0-beta.1</h2> <p>This release changes the pinned API version to 2026-07-29.preview.</p> <ul> <li><a href="https://redirect.github.com/stripe/stripe-java/pull/2242">#2242</a> Update generated code for beta <ul> <li>Add support for <code>list</code> and <code>retrieve</code> methods on resource <code>productcatalog.TrialOffer</code></li> <li>Add support for <code>taxItems</code> on <code>ChargeCaptureParams.payment_details.car_rental_data[].total.tax</code>, <code>ChargeCaptureParams.payment_details.flight_data[].total.tax</code>, <code>ChargeCaptureParams.payment_details.lodging_data[].total.tax</code>, <code>ChargeUpdateParams.payment_details.car_rental_data[].total.tax</code>, <code>ChargeUpdateParams.payment_details.flight_data[].total.tax</code>, <code>ChargeUpdateParams.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntent.payment_details.car_rental_data[].total.tax</code>, <code>PaymentIntent.payment_details.flight_data[].total.tax</code>, <code>PaymentIntent.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntentCaptureParams.payment_details.car_rental_data[].total.tax</code>, <code>PaymentIntentCaptureParams.payment_details.flight_data[].total.tax</code>, <code>PaymentIntentCaptureParams.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntentConfirmParams.payment_d etails.car_rental_data[].total.tax</code>, <code>PaymentIntentConfirmParams.payment_details.flight_data[].total.tax</code>, <code>PaymentIntentConfirmParams.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntentCreateParams.payment_details.car_rental_data[].total.tax</code>, <code>PaymentIntentCreateParams.payment_details.flight_data[].total.tax</code>, <code>PaymentIntentCreateParams.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntentUpdateParams.payment_details.car_rental_data[].total.tax</code>, <code>PaymentIntentUpdateParams.payment_details.flight_data[].total.tax</code>, and <code>PaymentIntentUpdateParams.payment_details.lodging_data[].total.tax</code></li> <li>⚠️ Remove support for <code>taxes</code> on <code>ChargeCaptureParams.payment_details.car_rental_data[].total.tax</code>, <code>ChargeCaptureParams.payment_details.flight_data[].total.tax</code>, <code>ChargeCaptureParams.payment_details.lodging_data[].total.tax</code>, <code>ChargeUpdateParams.payment_details.car_rental_data[].total.tax</code>, <code>ChargeUpdateParams.payment_details.flight_data[].total.tax</code>, <code>ChargeUpdateParams.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntent.payment_details.car_rental_data[].total.tax</code>, <code>PaymentIntent.payment_details.flight_data[].total.tax</code>, <code>PaymentIntent.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntentCaptureParams.payment_details.car_rental_data[].total.tax</code>, <code>PaymentIntentCaptureParams.payment_details.flight_data[].total.tax</code>, <code>PaymentIntentCaptureParams.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntentConfirmParams.pa yment_details.car_rental_data[].total.tax</code>, <code>PaymentIntentConfirmParams.payment_details.flight_data[].total.tax</code>, <code>PaymentIntentConfirmParams.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntentCreateParams.payment_details.car_rental_data[].total.tax</code>, <code>PaymentIntentCreateParams.payment_details.flight_data[].total.tax</code>, <code>PaymentIntentCreateParams.payment_details.lodging_data[].total.tax</code>, <code>PaymentIntentUpdateParams.payment_details.car_rental_data[].total.tax</code>, <code>PaymentIntentUpdateParams.payment_details.flight_data[].total.tax</code>, and <code>PaymentIntentUpdateParams.payment_details.lodging_data[].total.tax</code></li> <li>Add support for <code>taxId</code> on <code>checkout.Session.collected_information</code></li> <li>⚠️ Remove support for <code>taxIds</code> on <code>checkout.Session.collected_information</code></li> <li>Add support for new value <code>disabled</code> on enum <code>financialconnections.SessionCreateParams.manual_entry.mode</code></li> <li>Add support for <code>mode</code> on <code>financialconnections.Session.manual_entry</code></li> <li>Add support for <code>name</code> on <code>issuing.CardholderUpdateParams</code></li> <li>Add support for new value <code>ic_nif</code> on enums <code>OrderCreateParams.tax_details.tax_ids[].type</code> and <code>OrderUpdateParams.tax_details.tax_ids[].type</code></li> <li>Add support for <code>customFields</code>, <code>description</code>, and <code>footer</code> on <code>QuotePreviewSubscriptionSchedule.default_settings.invoice_settings</code> and <code>QuotePreviewSubscriptionSchedule.phases[].invoice_settings</code></li> <li>Add support for <code>trial</code> on <code>QuotePreviewSubscriptionSchedule.phases[]</code></li> <li>⚠️ Remove support for <code>acssDebit</code>, <code>afterpayClearpay</code>, <code>alipay</code>, <code>alma</code>, <code>amazonPay</code>, <code>auBecsDebit</code>, <code>bacsDebit</code>, <code>bancontact</code>, <code>billie</code>, <code>bizum</code>, <code>blik</code>, <code>boleto</code>, <code>cardPresent</code>, <code>cashapp</code>, <code>crypto</code>, <code>customerBalance</code>, <code>eps</code>, <code>fpx</code>, <code>giropay</code>, <code>gopay</code>, <code>grabpay</code>, <code>idBankTransfer</code>, <code>ideal</code>, <code>interacPresent</code>, <code>kakaoPay</code>, <code>konbini</code>, <code>krCard</code>, <code>mbWay</code>, <code>mobilepay</code>, <code>multibanco</code>, <code>naverPay</code>, <code>nzBankAccount</code>, <code>oxxo</code>, <code>p24</code>, <code>payByBank</code>, <code>payco</code>, <code>paynow</code>, <code>paypal</code>, <code>paypay</code>, <code>payto</code>, <code>pix</code>, <code>promptpay</code>, <code>qris</code>, <c ode>rechnung</code>, <code>revolutPay</code>, <code>samsungPay</code>, <code>satispay</code>, <code>scalapay</code>, <code>sepaDebit</code>, <code>shopeepay</code>, <code>sofort</code>, <code>stripeBalance</code>, <code>sunbit</code>, <code>swish</code>, <code>twint</code>, <code>upi</code>, <code>usBankAccount</code>, <code>wechatPay</code>, and <code>zip</code> on <code>sharedpayment.GrantedToken.payment_method_details</code></li> <li>Add support for <code>useStripeSdk</code> on <code>sharedpayment.IssuedTokenCreateParams</code> and <code>sharedpayment.IssuedToken</code></li> <li>Add support for <code>redirectToUrl</code> on <code>sharedpayment.IssuedToken.next_action</code></li> <li>⚠️ Change type of <code>sharedpayment.IssuedToken.next_action.type</code> from <code>literal('use_stripe_sdk')</code> to <code>enum('redirect_to_url'|'use_stripe_sdk')</code></li> <li>Add support for <code>livemode</code> on <code>tax.Location</code></li> <li>Add support for <code>source</code> on <code>v2.iam.ActivityLog.details.user_roles</code></li> <li>Add support for <code>payout</code> on <code>v2.moneymanagement.ReceivedCredit.balance_transfer</code></li> <li>⚠️ Remove support for <code>payoutV1</code> on <code>v2.moneymanagement.ReceivedCredit.balance_transfer</code></li> </ul> </li> </ul> <p>See <a href="https://github.com/stripe/stripe-java/blob/v33.3.0-beta.1/CHANGELOG.md">the changelog for more details</a>.</p> <h2>v33.3.0-alpha.2</h2> <ul> <li><a href="https://redirect.github.com/stripe/stripe-java/pull/2259">#2259</a> Update generated code for private-preview <ul> <li>Add support for new resource <code>billing.FeedbackOptions</code></li> <li>Add support for <code>sequraPayments</code> on <code>Account.capabilities</code></li> <li>Add support for <code>feedbackOptions</code> on <code>billingportal.Configuration.features.subscription_cancel.cancellation_reason</code></li> <li>Add support for <code>sequra</code> on <code>Charge.payment_method_details</code>, <code>ConfirmationToken.payment_method_preview</code>, <code>PaymentAttemptRecord.payment_method_details</code>, <code>PaymentIntent.payment_method_options</code>, <code>PaymentRecord.payment_method_details</code>, and <code>checkout.Session.payment_method_options</code></li> <li>Add support for <code>retrievalReferenceNumber</code> on <code>Charge.payment_method_details.card_present</code>, <code>ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present</code>, <code>PaymentAttemptRecord.payment_method_details.card_present</code>, <code>PaymentMethod.card.generated_from.payment_method_details.card_present</code>, and <code>PaymentRecord.payment_method_details.card_present</code></li> <li>Add support for <code>pricingGroup</code> on <code>Charge.payment_method_details.link</code></li> <li>Add support for <code>taxRates</code> on <code>checkout.Session.shipping_options[]</code>, <code>checkout.SessionCreateParams.shipping_options[]</code>, and <code>checkout.SessionUpdateParams.shipping_options[]</code></li> <li>Add support for <code>fundingTypesBlocked</code> on <code>checkout.Session.payment_method_options.card.restrictions</code></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md">com.stripe:stripe-java's changelog</a>.</em></p> <blockquote> <h2>33.3.0 - 2026-08-10</h2> <ul> <li> <p><a href="https://redirect.github.com/stripe/stripe-java/pull/2265">#2265</a> Surface <code>object</code> property on <code>EventNotification</code></p> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-java/pull/2256">#2256</a> add/adjust event parsing helpers</p> <ul> <li>Added methods that return their respective <code>Event</code>/<code>EventNotification</code> 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 <a href="https://docs.stripe.com/event-destinations/eventbridge">AWS EventBridge</a> and <a href="https://docs.stripe.com/event-destinations/eventgrid">Azure Event Grid</a> natively. <ul> <li><code>Webhook.constructEventWithoutVerification(payload)</code></li> <li><code>StripeClient.constructEventWithoutVerification(payload)</code></li> <li><code>StripeClient.parseEventNotificationWithoutVerification(payload)</code></li> </ul> </li> <li>Added <code>Webhook.Signature.generateSignatureHeader(payload, secret)</code>, which computes a full <code>Stripe-Signature</code> header for the given payload. Useful for unit tests!</li> </ul> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-java/pull/2263">#2263</a> add stripeobject deserialization helper for JsonObject</p> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-java/pull/2261">#2261</a> Add <code>stripe.major_api_version</code> constant</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stripe/stripe-java/commit/97565951f1961e4093302492d6340809d892be34"><code>9756595</code></a> Bump version to 33.3.0</li> <li><a href="https://github.com/stripe/stripe-java/commit/7bc55f1ea43d86d67b5d8081c84f57a315e5314b"><code>7bc55f1</code></a> add "object" to event notification (<a href="https://redirect.github.com/stripe/stripe-java/issues/2265">#2265</a>)</li> <li><a href="https://github.com/stripe/stripe-java/commit/a2290fbb46cfc7694127fa7cb5cb2bca418e7636"><code>a2290fb</code></a> add/adjust event parsing helpers (<a href="https://redirect.github.com/stripe/stripe-java/issues/2256">#2256</a>)</li> <li><a href="https://github.com/stripe/stripe-java/commit/29b9fdacab6e9527daae6bbc994906512ce116c7"><code>29b9fda</code></a> add stripeobject deserialize helper for JsonObject (<a href="https://redirect.github.com/stripe/stripe-java/issues/2263">#2263</a>)</li> <li><a href="https://github.com/stripe/stripe-java/commit/22173e085c1f8f071de625b06690498ae5f77d32"><code>22173e0</code></a> Add <code>stripe.major_api_version</code> constant (<a href="https://redirect.github.com/stripe/stripe-java/issues/2261">#2261</a>)</li> <li>See full diff in <a href="https://github.com/stripe/stripe-java/compare/v33.2.0...v33.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
