Skip to content

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

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

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

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

Copy link
Copy Markdown
Contributor

Bumps org.gretty from 4.0.0 to 5.0.2.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

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
@runningcode runningcode closed this Aug 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/gradle/org.gretty-5.0.2 branch August 7, 2026 12:46
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.

1 participant