chore(deps): bump org.gretty from 4.0.0 to 5.0.2 - #5423
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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.
| 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" } |
There was a problem hiding this comment.
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.
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>
cc41e84 to
18b37f7
Compare
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps org.gretty from 4.0.0 to 5.0.2.