Skip to content

chore(deps): bump org.apache.tomcat:tomcat-catalina from 9.0.108 to 11.0.22#5434

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.apache.tomcat-tomcat-catalina-11.0.22
Open

chore(deps): bump org.apache.tomcat:tomcat-catalina from 9.0.108 to 11.0.22#5434
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.apache.tomcat-tomcat-catalina-11.0.22

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps org.apache.tomcat:tomcat-catalina from 9.0.108 to 11.0.22.

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 org.apache.tomcat:tomcat-catalina from 9.0.108 to 11.0.22.

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-catalina
  dependency-version: 11.0.22
  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 SDK labels May 14, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit e24ac2b. Configure here.

Comment thread gradle/libs.versions.toml
tomcat-catalina-jakarta = { module = "org.apache.tomcat:tomcat-catalina", version = "11.0.10" }
tomcat-embed-jasper-jakarta = { module = "org.apache.tomcat.embed:tomcat-embed-jasper", version = "11.0.10" }
tomcat-catalina = { module = "org.apache.tomcat:tomcat-catalina", version = "11.0.22" }
tomcat-embed-jasper = { module = "org.apache.tomcat.embed:tomcat-embed-jasper", version = "11.0.22" }
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-Jakarta Tomcat bumped to Jakarta-only version

High Severity

The non-Jakarta tomcat-catalina and tomcat-embed-jasper were intentionally pinned to Tomcat 9.0.x because they provide javax.servlet.* APIs. Bumping them to 11.0.22 makes them identical to the -jakarta variants, which only provide jakarta.servlet.* APIs. Code in sentry-samples-spring, sentry-spring, and sentry-servlet that imports javax.servlet.* will fail at compile or runtime because Tomcat 11 no longer ships those classes.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e24ac2b. Configure here.

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 SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants