Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- Use imported Sentry BOM versions for auto-installed dependencies ([#265](https://github.com/getsentry/sentry-maven-plugin/pull/265))

### Dependencies

- Bump CLI from v3.3.0 to v3.6.1 ([#271](https://github.com/getsentry/sentry-maven-plugin/pull/271))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#361)
- [diff](https://github.com/getsentry/sentry-cli/compare/3.3.0...3.6.1)

## 0.11.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion sentry-cli.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.3.0
version = 3.6.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bump targets nonexistent CLI release

High Severity

sentry-cli.properties sets version to 3.6.1, but no stable GitHub release with that tag exists—only 3.6.1-snapshot.* prereleases, while the latest stable is 3.6.0. download-sentry-cli.sh will request /releases/download/3.6.1/..., which 404s. Without curl --fail, that can package non-binary error bodies and break uploadSourceBundle at runtime.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 75c5b8e. Configure here.

repo = https://github.com/getsentry/sentry-cli