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 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.

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 force-pushed the dependabot/gradle/org.gretty-5.0.2 branch from cc41e84 to 18b37f7 Compare May 15, 2026 13:57
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