Skip to content

chore(deps): bump org.gretty from 4.0.0 to 5.0.2#5423

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.gretty-5.0.2
Open

chore(deps): bump org.gretty from 4.0.0 to 5.0.2#5423
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.gretty-5.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps org.gretty from 4.0.0 to 5.0.2.

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.gretty from 4.0.0 to 5.0.2.

---
updated-dependencies:
- dependency-name: org.gretty
  dependency-version: 5.0.2
  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 13, 2026
@dependabot dependabot Bot requested a review from adinauer as a code owner May 13, 2026 04:36
@dependabot dependabot Bot added the Java SDK label May 13, 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 cc41e84. Configure here.

Comment thread gradle/libs.versions.toml
springboot4 = { id = "org.springframework.boot", version.ref = "springboot4" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.7" }
gretty = { id = "org.gretty", version = "4.0.0" }
gretty = { id = "org.gretty", version = "5.0.2" }
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Gretty 5.x incompatible with Java 8 javax.servlet project

High Severity

Gretty 5.x requires JDK 17+ and only supports Tomcat 10+/Jetty 11+, which use Jakarta EE (jakarta.servlet). The sentry-samples-spring project targets Java 8 (VERSION_1_8), uses javax.servlet:javax.servlet-api:3.1.0, and depends on Tomcat 9. This combination is incompatible with Gretty 5.0.2, and the sample will fail to build or run.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cc41e84. 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